Html Css Color HEX #788A87 Gumbo

📋 copy color: '#788A87'

red 120 ◦ green 138 ◦ blue 135

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

Shades of Gumbo #788A87

Tints of Gumbo #788A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

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

R = 30.53%
G = 35.11%
B = 34.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#788A87 (or 0x788A87) is known color: Gumbo. HEX triplet: 78, 8A and 87. RGB value is (120,138,135). Sum of RGB (Red+Green+Blue) = 120+138+135=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 138 - color contains mainly: green. Hex color #788A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A87 is #877578. Grayscale: #848484. Windows color (decimal): -8877433 or 8882808. OLE color: 8882808.

HSL color Cylindrical-coordinate representation of color #788A87: hue angle of 170º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A87 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 135 -
CMYK 0.13 0 0.02 0.46
HSL 170º 0.07% 0.51% -
HSV(B) 170º 0.13% 0.54% -
XYZ 21.21 23.92 26.42 -
YUV 132.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 120 138 135 0.13 0 0.02 0.46 170 0.07 0.51
Hex 78 8A 87 D 0 2 2E AA 7 33
Octal 170 212 207 15 0 2 56 252 7 63
Binary 1111000 10001010 10000111 1101 0 10 101110 10101010 111 110011

Color Harmonies of #788A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A87

Black with #788A87

Text Example


Text Example

White with #788A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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