Html Css Color HEX #777555 Kokoda

📋 copy color: '#777555'

red 119 ◦ green 117 ◦ blue 85

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

Shades of Kokoda #777555

Tints of Kokoda #777555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 37.07%
G = 36.45%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#777555 (or 0x777555) is known color: Kokoda. HEX triplet: 77, 75 and 55. RGB value is (119,117,85). Sum of RGB (Red+Green+Blue) = 119+117+85=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777555 is #888AAA. Grayscale: #727272. Windows color (decimal): -8948395 or 5600631. OLE color: 5600631.

HSL color Cylindrical-coordinate representation of color #777555: hue angle of 56.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777555 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 85 -
CMYK 0 0.02 0.29 0.53
HSL 56.47º 0.17% 0.4% -
HSV(B) 56.47º 0.29% 0.47% -
XYZ 15.61 17.3 11.11 -
YUV 113.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 119 117 85 0 0.02 0.29 0.53 56.47 0.17 0.4
Hex 77 75 55 0 2 1D 35 38 11 28
Octal 167 165 125 0 2 35 65 70 21 50
Binary 1110111 1110101 1010101 0 10 11101 110101 111000 10001 101000

Color Harmonies of #777555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777555

Black with #777555

Text Example


Text Example

White with #777555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777555; }

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

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

background-color css

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

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

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

border-color css

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

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

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