#767359

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

Shades of Kokoda #767359

Tints of Kokoda #767359

Color information

#767359 (or 0x767359) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 59. RGB value is (118,115,89). Sum of RGB (Red+Green+Blue) = 118+115+89=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #767359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767359 is #898CA6. Grayscale: #717171. Windows color (decimal): -9014439 or 5862262. OLE color: 5862262.

HSL color Cylindrical-coordinate representation of color #767359: hue angle of 53.79º 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 #767359 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11811589-
CMYK00.030.250.54
HSL53.79º14.01%40.59%-
HSV(B)53.79º24.58%46.27%-
XYZ15.4116.8311.89-
YUV112.93114.49131.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=36.65%
G=35.71%
B=27.64%

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
Decimal1181158900.030.250.5453.7914.0140.59
Hex76735903193636e29
Octal166163131033166661651
Binary111011011100111011001011110011101101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767359; }

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

 H1.HeaderClassName
 {
   color: #767359;
 }
 .AnyTagClassName
 {
   color: #767359;
 }
</style>
background-color css

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

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

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

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

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

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