Html Css Color HEX #777757 Kokoda

📋 copy color: '#777757'

red 119 ◦ green 119 ◦ blue 87

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

Shades of Kokoda #777757

Tints of Kokoda #777757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 36.62%
G = 36.62%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#777757 (or 0x777757) is known color: Kokoda. HEX triplet: 77, 77 and 57. RGB value is (119,119,87). Sum of RGB (Red+Green+Blue) = 119+119+87=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777757 is #8888A8. Grayscale: #737373. Windows color (decimal): -8947881 or 5732215. OLE color: 5732215.

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

Color convert

RGB 119 119 87 -
CMYK 0 0 0.27 0.53
HSL 60º 0.16% 0.4% -
HSV(B) 60º 0.27% 0.47% -
XYZ 15.92 17.8 11.61 -
YUV 115.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 119 119 87 0 0 0.27 0.53 60 0.16 0.4
Hex 77 77 57 0 0 1B 35 3C 10 28
Octal 167 167 127 0 0 33 65 74 20 50
Binary 1110111 1110111 1010111 0 0 11011 110101 111100 10000 101000

Color Harmonies of #777757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777757

Black with #777757

Text Example


Text Example

White with #777757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777757; }

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

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

background-color css

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

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

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

border-color css

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

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

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