#767455

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

Shades of Kokoda #767455

Tints of Kokoda #767455

Color information

#767455 (or 0x767455) is unknown color: approx Kokoda. HEX triplet: 76, 74 and 55. RGB value is (118,116,85). Sum of RGB (Red+Green+Blue) = 118+116+85=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #767455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767455 is #898BAA. Grayscale: #717171. Windows color (decimal): -9014187 or 5600374. OLE color: 5600374.

HSL color Cylindrical-coordinate representation of color #767455: hue angle of 56.36º 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 #767455 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB11811685-
CMYK00.020.280.54
HSL56.36º16.26%39.8%-
HSV(B)56.36º27.97%46.27%-
XYZ15.361711.07-
YUV113.06112.16131.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=36.99%
G=36.36%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181168500.020.280.5456.3616.2639.8
Hex767455021C36381028
Octal166164125023466702050
Binary1110110111010010101010101110011011011100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767455; }

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

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

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

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

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

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

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

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