#767456

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

Shades of Kokoda #767456

Tints of Kokoda #767456

Color information

#767456 (or 0x767456) is unknown color: approx Kokoda. HEX triplet: 76, 74 and 56. RGB value is (118,116,86). Sum of RGB (Red+Green+Blue) = 118+116+86=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #767456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767456 is #898BA9. Grayscale: #717171. Windows color (decimal): -9014186 or 5665910. OLE color: 5665910.

HSL color Cylindrical-coordinate representation of color #767456: hue angle of 56.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767456 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11811686-
CMYK00.020.270.54
HSL56.25º15.69%40%-
HSV(B)56.25º27.12%46.27%-
XYZ15.417.0111.28-
YUV113.18112.66131.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=36.88%
G=36.25%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181168600.020.270.5456.2515.6940
Hex767456021B36381028
Octal166164126023366702050
Binary1110110111010010101100101101111011011100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767456; }

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

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

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

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

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

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

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

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