Html Css Color HEX #77938D Gumbo

📋 copy color: '#77938D'

red 119 ◦ green 147 ◦ blue 141

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

Shades of Gumbo #77938D

Tints of Gumbo #77938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 29.24%
G = 36.12%
B = 34.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#77938D (or 0x77938D) is known color: Gumbo. HEX triplet: 77, 93 and 8D. RGB value is (119,147,141). Sum of RGB (Red+Green+Blue) = 119+147+141=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #77938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938D is #886C72. Grayscale: #898989. Windows color (decimal): -8940659 or 9278327. OLE color: 9278327.

HSL color Cylindrical-coordinate representation of color #77938D: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77938D is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 141 -
CMYK 0.19 0 0.04 0.42
HSL 167.14º 0.11% 0.52% -
HSV(B) 167.14º 0.19% 0.58% -
XYZ 22.85 26.71 29.15 -
YUV 137.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 119 147 141 0.19 0 0.04 0.42 167.14 0.11 0.52
Hex 77 93 8D 13 0 4 2A A7 B 34
Octal 167 223 215 23 0 4 52 247 13 64
Binary 1110111 10010011 10001101 10011 0 100 101010 10100111 1011 110100

Color Harmonies of #77938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77938D

Black with #77938D

Text Example


Text Example

White with #77938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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