#757465

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

Shades of Kokoda #757465

Tints of Kokoda #757465

Color information

#757465 (or 0x757465) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 65. RGB value is (117,116,101). Sum of RGB (Red+Green+Blue) = 117+116+101=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #757465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757465 is #8A8B9A. Grayscale: #727272. Windows color (decimal): -9079707 or 6648949. OLE color: 6648949.

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

Color convert

RGB117116101-
CMYK00.010.140.54
HSL56.25º7.34%42.75%-
HSV(B)56.25º13.68%45.88%-
XYZ15.9317.2114.79-
YUV114.59120.33129.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=35.03%
G=34.73%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711610100.010.140.5456.257.3442.75
Hex75746501E363872b
Octal16516414501166670753
Binary111010111101001100101011110110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757465; }

 p { color: rgb(117,116,101); }

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

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

 a { background-color: rgb(117,116,101); }

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

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

 span { border-color: rgb(117,116,101); }

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