Html Css Color HEX #788783 Gumbo

📋 copy color: '#788783'

red 120 ◦ green 135 ◦ blue 131

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

Shades of Gumbo #788783

Tints of Gumbo #788783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 31.09%
G = 34.97%
B = 33.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#788783 (or 0x788783) is known color: Gumbo. HEX triplet: 78, 87 and 83. RGB value is (120,135,131). Sum of RGB (Red+Green+Blue) = 120+135+131=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #788783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788783 is #87787C. Grayscale: #828282. Windows color (decimal): -8878205 or 8619896. OLE color: 8619896.

HSL color Cylindrical-coordinate representation of color #788783: hue angle of 164º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788783 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 135 131 -
CMYK 0.11 0 0.03 0.47
HSL 164º 0.06% 0.5% -
HSV(B) 164º 0.11% 0.53% -
XYZ 20.51 22.96 24.82 -
YUV 130.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 120 135 131 0.11 0 0.03 0.47 164 0.06 0.5
Hex 78 87 83 B 0 3 2F A4 6 32
Octal 170 207 203 13 0 3 57 244 6 62
Binary 1111000 10000111 10000011 1011 0 11 101111 10100100 110 110010

Color Harmonies of #788783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788783

Black with #788783

Text Example


Text Example

White with #788783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788783; }

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

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

background-color css

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

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

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

border-color css

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

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

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