Html Css Color HEX #708383 Gumbo

📋 copy color: '#708383'

red 112 ◦ green 131 ◦ blue 131

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

Shades of Gumbo #708383

Tints of Gumbo #708383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 29.95%
G = 35.03%
B = 35.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#708383 (or 0x708383) is known color: Gumbo. HEX triplet: 70, 83 and 83. RGB value is (112,131,131). Sum of RGB (Red+Green+Blue) = 112+131+131=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #708383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708383 is #8F7C7C. Grayscale: #7D7D7D. Windows color (decimal): -9403517 or 8618864. OLE color: 8618864.

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

Color convert

RGB 112 131 131 -
CMYK 0.15 0 0 0.49
HSL 180º 0.08% 0.48% -
HSV(B) 180º 0.15% 0.51% -
XYZ 18.9 21.32 24.59 -
YUV 125.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 112 131 131 0.15 0 0 0.49 180 0.08 0.48
Hex 70 83 83 F 0 0 31 B4 8 30
Octal 160 203 203 17 0 0 61 264 10 60
Binary 1110000 10000011 10000011 1111 0 0 110001 10110100 1000 110000

Color Harmonies of #708383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708383

Black with #708383

Text Example


Text Example

White with #708383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708383; }

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

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

background-color css

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

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

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

border-color css

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

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

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