#76735A

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

Shades of Kokoda #76735A

Tints of Kokoda #76735A

Color information

#76735A (or 0x76735A) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 5A. RGB value is (118,115,90). Sum of RGB (Red+Green+Blue) = 118+115+90=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #76735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76735A is #898CA5. Grayscale: #717171. Windows color (decimal): -9014438 or 5927798. OLE color: 5927798.

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

Color convert

RGB11811590-
CMYK00.030.240.54
HSL53.57º13.46%40.78%-
HSV(B)53.57º23.73%46.27%-
XYZ15.4516.8512.11-
YUV113.05114.99131.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=36.53%
G=35.60%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181159000.030.240.5453.5713.4640.78
Hex76735A03183636d29
Octal166163132033066661551
Binary111011011100111011010011110001101101101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76735A; }

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

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

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

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

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

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

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

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