Html Css Color HEX #777257 Kokoda

📋 copy color: '#777257'

red 119 ◦ green 114 ◦ blue 87

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

Shades of Kokoda #777257

Tints of Kokoda #777257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 37.19%
G = 35.63%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#777257 (or 0x777257) is known color: Kokoda. HEX triplet: 77, 72 and 57. RGB value is (119,114,87). Sum of RGB (Red+Green+Blue) = 119+114+87=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777257 is #888DA8. Grayscale: #707070. Windows color (decimal): -8949161 or 5730935. OLE color: 5730935.

HSL color Cylindrical-coordinate representation of color #777257: hue angle of 50.62º 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 #777257 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 87 -
CMYK 0 0.04 0.27 0.53
HSL 50.63º 0.16% 0.4% -
HSV(B) 50.63º 0.27% 0.47% -
XYZ 15.35 16.64 11.42 -
YUV 112.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 119 114 87 0 0.04 0.27 0.53 50.63 0.16 0.4
Hex 77 72 57 0 4 1B 35 33 10 28
Octal 167 162 127 0 4 33 65 63 20 50
Binary 1110111 1110010 1010111 0 100 11011 110101 110011 10000 101000

Color Harmonies of #777257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777257

Black with #777257

Text Example


Text Example

White with #777257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777257; }

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

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

background-color css

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

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

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

border-color css

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

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

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