Html Css Color HEX #728683 Gumbo

📋 copy color: '#728683'

red 114 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #728683

Tints of Gumbo #728683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 30.08%
G = 35.36%
B = 34.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#728683 (or 0x728683) is known color: Gumbo. HEX triplet: 72, 86 and 83. RGB value is (114,134,131). Sum of RGB (Red+Green+Blue) = 114+134+131=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #728683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728683 is #8D797C. Grayscale: #7F7F7F. Windows color (decimal): -9271677 or 8619634. OLE color: 8619634.

HSL color Cylindrical-coordinate representation of color #728683: hue angle of 171º 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 #728683 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 131 -
CMYK 0.15 0 0.02 0.47
HSL 171º 0.08% 0.49% -
HSV(B) 171º 0.15% 0.53% -
XYZ 19.56 22.27 24.74 -
YUV 127.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 114 134 131 0.15 0 0.02 0.47 171 0.08 0.49
Hex 72 86 83 F 0 2 2F AB 8 31
Octal 162 206 203 17 0 2 57 253 10 61
Binary 1110010 10000110 10000011 1111 0 10 101111 10101011 1000 110001

Color Harmonies of #728683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728683

Black with #728683

Text Example


Text Example

White with #728683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728683; }

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

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

background-color css

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

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

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

border-color css

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

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

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