Html Css Color HEX #77928D Gumbo

📋 copy color: '#77928D'

red 119 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #77928D

Tints of Gumbo #77928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 29.31%
G = 35.96%
B = 34.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#77928D (or 0x77928D) is known color: Gumbo. HEX triplet: 77, 92 and 8D. RGB value is (119,146,141). Sum of RGB (Red+Green+Blue) = 119+146+141=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #77928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77928D is #886D72. Grayscale: #898989. Windows color (decimal): -8940915 or 9278071. OLE color: 9278071.

HSL color Cylindrical-coordinate representation of color #77928D: hue angle of 168.89º 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 #77928D is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 141 -
CMYK 0.18 0 0.03 0.43
HSL 168.89º 0.11% 0.52% -
HSV(B) 168.89º 0.18% 0.57% -
XYZ 22.69 26.4 29.1 -
YUV 137.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 119 146 141 0.18 0 0.03 0.43 168.89 0.11 0.52
Hex 77 92 8D 12 0 3 2B A9 B 34
Octal 167 222 215 22 0 3 53 251 13 64
Binary 1110111 10010010 10001101 10010 0 11 101011 10101001 1011 110100

Color Harmonies of #77928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77928D

Black with #77928D

Text Example


Text Example

White with #77928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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