#767259

Color #767259 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #767259

Tints of Kokoda #767259

Color information

#767259 (or 0x767259) is unknown color: approx 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

RGB11811489-
CMYK00.030.250.54
HSL51.72º14.01%40.59%-
HSV(B)51.72º24.58%46.27%-
XYZ15.2916.6111.85-
YUV112.35114.83132.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181148900.030.250.5451.7214.0140.59
Hex76725903193634e29
Octal166162131033166641651
Binary111011011100101011001011110011101101101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>