#76744E

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

Shades of Kokoda #76744E

Tints of Kokoda #76744E

Color information

#76744E (or 0x76744E) is unknown color: approx Kokoda. HEX triplet: 76, 74 and 4E. RGB value is (118,116,78). Sum of RGB (Red+Green+Blue) = 118+116+78=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76744E is #898BB1. Grayscale: #707070. Windows color (decimal): -9014194 or 5141622. OLE color: 5141622.

HSL color Cylindrical-coordinate representation of color #76744E: hue angle of 57º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76744E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11811678-
CMYK00.020.340.54
HSL57º20.41%38.43%-
HSV(B)57º33.9%46.27%-
XYZ15.0916.899.67-
YUV112.27108.66132.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 78 (30.86% from 255) = 25%
R=37.82%
G=37.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181167800.020.340.545720.4138.43
Hex76744E022236391426
Octal166164116024266712446
Binary11101101110100100111001010001011011011100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76744E; }

 p { color: rgb(118,116,78); }

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

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

 a { background-color: rgb(118,116,78); }

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

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

 span { border-color: rgb(118,116,78); }

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