Html Css Color HEX #788C87 Gumbo

📋 copy color: '#788C87'

red 120 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #788C87

Tints of Gumbo #788C87

RGB

 RED value IS 120 (47.27% from 255) = 30.38%

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 30.38%
G = 35.44%
B = 34.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#788C87 (or 0x788C87) is known color: Gumbo. HEX triplet: 78, 8C and 87. RGB value is (120,140,135). Sum of RGB (Red+Green+Blue) = 120+140+135=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #788C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C87 is #877378. Grayscale: #858585. Windows color (decimal): -8876921 or 8883320. OLE color: 8883320.

HSL color Cylindrical-coordinate representation of color #788C87: hue angle of 165º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C87 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 140 135 -
CMYK 0.14 0 0.04 0.45
HSL 165º 0.08% 0.51% -
HSV(B) 165º 0.14% 0.55% -
XYZ 21.5 24.5 26.52 -
YUV 133.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 120 140 135 0.14 0 0.04 0.45 165 0.08 0.51
Hex 78 8C 87 E 0 4 2D A5 8 33
Octal 170 214 207 16 0 4 55 245 10 63
Binary 1111000 10001100 10000111 1110 0 100 101101 10100101 1000 110011

Color Harmonies of #788C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788C87

Black with #788C87

Text Example


Text Example

White with #788C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788C87; }

 p { color: rgb(120,140,135); }

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

background-color css

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

 a { background-color: rgb(120,140,135); }

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

border-color css

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

 span { border-color: rgb(120,140,135); }

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