Html Css Color HEX #728680 Gumbo

📋 copy color: '#728680'

red 114 ◦ green 134 ◦ blue 128

#728680
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #728680

Tints of Gumbo #728680

RGB

 RED value IS 114 (44.92% from 255) = 30.32%

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 30.32%
G = 35.64%
B = 34.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#728680 (or 0x728680) is known color: Gumbo. HEX triplet: 72, 86 and 80. RGB value is (114,134,128). Sum of RGB (Red+Green+Blue) = 114+134+128=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #728680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728680 is #8D797F. Grayscale: #7F7F7F. Windows color (decimal): -9271680 or 8423026. OLE color: 8423026.

HSL color Cylindrical-coordinate representation of color #728680: hue angle of 162º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728680 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 128 -
CMYK 0.15 0 0.04 0.47
HSL 162º 0.08% 0.49% -
HSV(B) 162º 0.15% 0.53% -
XYZ 19.36 22.19 23.68 -
YUV 127.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 114 134 128 0.15 0 0.04 0.47 162 0.08 0.49
Hex 72 86 80 F 0 4 2F A2 8 31
Octal 162 206 200 17 0 4 57 242 10 61
Binary 1110010 10000110 10000000 1111 0 100 101111 10100010 1000 110001

Color Harmonies of #728680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728680

Black with #728680

Text Example


Text Example

White with #728680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728680; }

 p { color: rgb(114,134,128); }

 H1.HeaderClassName
 {
   color: #728680;
 }
 .AnyTagClassName
 {
   color: #728680;
 }
</style>

background-color css

<style>
 a { background-color: #728680; }

 a { background-color: rgb(114,134,128); }

 div.DivClassName
 {
   background-color: #728680;
 }
 .BgClassName
 {
   background-color: #728680;
 }
</style>

border-color css

<style>
 span { border-color: #728680; }

 span { border-color: rgb(114,134,128); }

 td.TdClassName
 {
   border-color: #728680;
 }
 .TagClassName
 {
   border-color: #728680;
 }
</style>