Html Css Color HEX #77928C Gumbo

📋 copy color: '#77928C'

red 119 ◦ green 146 ◦ blue 140

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

Shades of Gumbo #77928C

Tints of Gumbo #77928C

RGB

 RED value IS 119 (46.88% from 255) = 29.38%

 GREEN value IS 146 (57.42% from 255) = 36.05%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 29.38%
G = 36.05%
B = 34.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#77928C (or 0x77928C) is known color: Gumbo. HEX triplet: 77, 92 and 8C. RGB value is (119,146,140). Sum of RGB (Red+Green+Blue) = 119+146+140=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #77928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77928C is #886D73. Grayscale: #898989. Windows color (decimal): -8940916 or 9212535. OLE color: 9212535.

HSL color Cylindrical-coordinate representation of color #77928C: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77928C is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 140 -
CMYK 0.18 0 0.04 0.43
HSL 166.67º 0.11% 0.52% -
HSV(B) 166.67º 0.18% 0.57% -
XYZ 22.62 26.37 28.71 -
YUV 137.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 119 146 140 0.18 0 0.04 0.43 166.67 0.11 0.52
Hex 77 92 8C 12 0 4 2B A7 B 34
Octal 167 222 214 22 0 4 53 247 13 64
Binary 1110111 10010010 10001100 10010 0 100 101011 10100111 1011 110100

Color Harmonies of #77928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77928C

Black with #77928C

Text Example


Text Example

White with #77928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77928C; }

 p { color: rgb(119,146,140); }

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

background-color css

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

 a { background-color: rgb(119,146,140); }

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

border-color css

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

 span { border-color: rgb(119,146,140); }

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