Html Css Color HEX #77775A Kokoda

📋 copy color: '#77775A'

red 119 ◦ green 119 ◦ blue 90

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

Shades of Kokoda #77775A

Tints of Kokoda #77775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 36.28%
G = 36.28%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77775A (or 0x77775A) is known color: Kokoda. HEX triplet: 77, 77 and 5A. RGB value is (119,119,90). Sum of RGB (Red+Green+Blue) = 119+119+90=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77775A is #8888A5. Grayscale: #737373. Windows color (decimal): -8947878 or 5928823. OLE color: 5928823.

HSL color Cylindrical-coordinate representation of color #77775A: hue angle of 60º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77775A is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 119 90 -
CMYK 0 0 0.24 0.53
HSL 60º 0.14% 0.41% -
HSV(B) 60º 0.24% 0.47% -
XYZ 16.05 17.85 12.27 -
YUV 115.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 119 119 90 0 0 0.24 0.53 60 0.14 0.41
Hex 77 77 5A 0 0 18 35 3C E 29
Octal 167 167 132 0 0 30 65 74 16 51
Binary 1110111 1110111 1011010 0 0 11000 110101 111100 1110 101001

Color Harmonies of #77775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77775A

Black with #77775A

Text Example


Text Example

White with #77775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77775A; }

 p { color: rgb(119,119,90); }

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

background-color css

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

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

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

border-color css

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

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

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