Html Css Color HEX #777259 Kokoda

📋 copy color: '#777259'

red 119 ◦ green 114 ◦ blue 89

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

Shades of Kokoda #777259

Tints of Kokoda #777259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 36.96%
G = 35.4%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#777259 (or 0x777259) is known color: Kokoda. HEX triplet: 77, 72 and 59. RGB value is (119,114,89). Sum of RGB (Red+Green+Blue) = 119+114+89=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #777259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777259 is #888DA6. Grayscale: #707070. Windows color (decimal): -8949159 or 5862007. OLE color: 5862007.

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

Color convert

RGB 119 114 89 -
CMYK 0 0.04 0.25 0.53
HSL 50º 0.14% 0.41% -
HSV(B) 50º 0.25% 0.47% -
XYZ 15.43 16.68 11.86 -
YUV 112.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 119 114 89 0 0.04 0.25 0.53 50 0.14 0.41
Hex 77 72 59 0 4 19 35 32 E 29
Octal 167 162 131 0 4 31 65 62 16 51
Binary 1110111 1110010 1011001 0 100 11001 110101 110010 1110 101001

Color Harmonies of #777259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777259

Black with #777259

Text Example


Text Example

White with #777259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777259; }

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

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

background-color css

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

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

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

border-color css

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

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

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