Html Css Color HEX #767259 Kokoda

📋 copy color: '#767259'

red 118 ◦ green 114 ◦ blue 89

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

Shades of Kokoda #767259

Tints of Kokoda #767259

RGB

 RED value IS 118 (46.48% from 255) = 36.76%

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

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

R = 36.76%
G = 35.51%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#767259 (or 0x767259) is known color: Kokoda. HEX triplet: 76, 72 and 59. RGB value is (118,114,89). Sum of RGB (Red+Green+Blue) = 118+114+89=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #767259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767259 is #898DA6. Grayscale: #707070. Windows color (decimal): -9014695 or 5862006. OLE color: 5862006.

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

Color convert

RGB 118 114 89 -
CMYK 0 0.03 0.25 0.54
HSL 51.72º 0.14% 0.41% -
HSV(B) 51.72º 0.25% 0.46% -
XYZ 15.29 16.61 11.85 -
YUV 112.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 118 114 89 0 0.03 0.25 0.54 51.72 0.14 0.41
Hex 76 72 59 0 3 19 36 34 E 29
Octal 166 162 131 0 3 31 66 64 16 51
Binary 1110110 1110010 1011001 0 11 11001 110110 110100 1110 101001

Color Harmonies of #767259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767259

Black with #767259

Text Example


Text Example

White with #767259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767259; }

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

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

background-color css

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

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

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

border-color css

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

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

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