#767551

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

Shades of Kokoda #767551

Tints of Kokoda #767551

Color information

#767551 (or 0x767551) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 51. RGB value is (118,117,81). Sum of RGB (Red+Green+Blue) = 118+117+81=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #767551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767551 is #898AAE. Grayscale: #717171. Windows color (decimal): -9013935 or 5338486. OLE color: 5338486.

HSL color Cylindrical-coordinate representation of color #767551: hue angle of 58.38º degrees, saturation: 0.19, 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 #767551 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11811781-
CMYK00.010.310.54
HSL58.38º18.59%39.02%-
HSV(B)58.38º31.36%46.27%-
XYZ15.3217.1710.29-
YUV113.2109.83131.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=37.34%
G=37.03%
B=25.63%

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
Decimal1181178100.010.310.5458.3818.5939.02
Hex767551011F363a1327
Octal166165121013766722347
Binary111011011101011010001011111111011011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767551; }

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

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

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

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

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

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

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

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