Html Css Color HEX #77755A Kokoda

📋 copy color: '#77755A'

red 119 ◦ green 117 ◦ blue 90

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

Shades of Kokoda #77755A

Tints of Kokoda #77755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 36.5%
G = 35.89%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77755A (or 0x77755A) is known color: Kokoda. HEX triplet: 77, 75 and 5A. RGB value is (119,117,90). Sum of RGB (Red+Green+Blue) = 119+117+90=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755A is #888AA5. Grayscale: #727272. Windows color (decimal): -8948390 or 5928311. OLE color: 5928311.

HSL color Cylindrical-coordinate representation of color #77755A: hue angle of 55.86º 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 #77755A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 90 -
CMYK 0 0.02 0.24 0.53
HSL 55.86º 0.14% 0.41% -
HSV(B) 55.86º 0.24% 0.47% -
XYZ 15.81 17.38 12.19 -
YUV 114.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 119 117 90 0 0.02 0.24 0.53 55.86 0.14 0.41
Hex 77 75 5A 0 2 18 35 38 E 29
Octal 167 165 132 0 2 30 65 70 16 51
Binary 1110111 1110101 1011010 0 10 11000 110101 111000 1110 101001

Color Harmonies of #77755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77755A

Black with #77755A

Text Example


Text Example

White with #77755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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