Html Css Color HEX #77918B Gumbo

📋 copy color: '#77918B'

red 119 ◦ green 145 ◦ blue 139

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

Shades of Gumbo #77918B

Tints of Gumbo #77918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 29.53%
G = 35.98%
B = 34.49%

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

#77918B (or 0x77918B) is known color: Gumbo. HEX triplet: 77, 91 and 8B. RGB value is (119,145,139). Sum of RGB (Red+Green+Blue) = 119+145+139=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #77918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77918B is #886E74. Grayscale: #888888. Windows color (decimal): -8941173 or 9146743. OLE color: 9146743.

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

Color convert

RGB 119 145 139 -
CMYK 0.18 0 0.04 0.43
HSL 166.15º 0.11% 0.52% -
HSV(B) 166.15º 0.18% 0.57% -
XYZ 22.39 26.04 28.27 -
YUV 136.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 119 145 139 0.18 0 0.04 0.43 166.15 0.11 0.52
Hex 77 91 8B 12 0 4 2B A6 B 34
Octal 167 221 213 22 0 4 53 246 13 64
Binary 1110111 10010001 10001011 10010 0 100 101011 10100110 1011 110100

Color Harmonies of #77918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77918B

Black with #77918B

Text Example


Text Example

White with #77918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77918B; }

 p { color: rgb(119,145,139); }

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

background-color css

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

 a { background-color: rgb(119,145,139); }

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

border-color css

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

 span { border-color: rgb(119,145,139); }

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