#767552

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

Shades of Kokoda #767552

Tints of Kokoda #767552

Color information

#767552 (or 0x767552) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 52. RGB value is (118,117,82). Sum of RGB (Red+Green+Blue) = 118+117+82=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767552 is #898AAD. Grayscale: #717171. Windows color (decimal): -9013934 or 5404022. OLE color: 5404022.

HSL color Cylindrical-coordinate representation of color #767552: hue angle of 58.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767552 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11811782-
CMYK00.010.310.54
HSL58.33º18%39.22%-
HSV(B)58.33º30.51%46.27%-
XYZ15.3617.1810.49-
YUV113.31110.33131.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=37.22%
G=36.91%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181178200.010.310.5458.331839.22
Hex767552011F363a1227
Octal166165122013766722247
Binary111011011101011010010011111111011011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767552; }

 p { color: rgb(118,117,82); }

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

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

 a { background-color: rgb(118,117,82); }

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

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

 span { border-color: rgb(118,117,82); }

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