Html Css Color HEX #708583 Gumbo

📋 copy color: '#708583'

red 112 ◦ green 133 ◦ blue 131

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

Shades of Gumbo #708583

Tints of Gumbo #708583

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 29.79%
G = 35.37%
B = 34.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#708583 (or 0x708583) is known color: Gumbo. HEX triplet: 70, 85 and 83. RGB value is (112,133,131). Sum of RGB (Red+Green+Blue) = 112+133+131=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #708583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708583 is #8F7A7C. Grayscale: #7E7E7E. Windows color (decimal): -9403005 or 8619376. OLE color: 8619376.

HSL color Cylindrical-coordinate representation of color #708583: hue angle of 174.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708583 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 131 -
CMYK 0.16 0 0.02 0.48
HSL 174.29º 0.09% 0.48% -
HSV(B) 174.29º 0.16% 0.52% -
XYZ 19.17 21.86 24.68 -
YUV 126.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 112 133 131 0.16 0 0.02 0.48 174.29 0.09 0.48
Hex 70 85 83 10 0 2 30 AE 9 30
Octal 160 205 203 20 0 2 60 256 11 60
Binary 1110000 10000101 10000011 10000 0 10 110000 10101110 1001 110000

Color Harmonies of #708583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708583

Black with #708583

Text Example


Text Example

White with #708583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708583; }

 p { color: rgb(112,133,131); }

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

background-color css

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

 a { background-color: rgb(112,133,131); }

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

border-color css

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

 span { border-color: rgb(112,133,131); }

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