#767355

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

Shades of Kokoda #767355

Tints of Kokoda #767355

Color information

#767355 (or 0x767355) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 55. RGB value is (118,115,85). Sum of RGB (Red+Green+Blue) = 118+115+85=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #767355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767355 is #898CAA. Grayscale: #707070. Windows color (decimal): -9014443 or 5600118. OLE color: 5600118.

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

Color convert

RGB11811585-
CMYK00.030.280.54
HSL54.55º16.26%39.8%-
HSV(B)54.55º27.97%46.27%-
XYZ15.2416.7711.03-
YUV112.48112.49131.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=37.11%
G=36.16%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181158500.030.280.5454.5516.2639.8
Hex767355031C36371028
Octal166163125033466672050
Binary1110110111001110101010111110011011011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767355; }

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

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

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

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

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

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

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

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