#767354

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

Shades of Kokoda #767354

Tints of Kokoda #767354

Color information

#767354 (or 0x767354) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 54. RGB value is (118,115,84). Sum of RGB (Red+Green+Blue) = 118+115+84=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767354 is #898CAB. Grayscale: #707070. Windows color (decimal): -9014444 or 5534582. OLE color: 5534582.

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

Color convert

RGB11811584-
CMYK00.030.290.54
HSL54.71º16.83%39.61%-
HSV(B)54.71º28.81%46.27%-
XYZ15.216.7510.82-
YUV112.36111.99132.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=37.22%
G=36.28%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181158400.030.290.5454.7116.8339.61
Hex767354031D36371128
Octal166163124033566672150
Binary1110110111001110101000111110111011011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767354; }

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

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

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

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

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

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

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

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