#75735F

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

Shades of Kokoda #75735F

Tints of Kokoda #75735F

Color information

#75735F (or 0x75735F) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 5F. RGB value is (117,115,95). Sum of RGB (Red+Green+Blue) = 117+115+95=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735F is #8A8CA0. Grayscale: #717171. Windows color (decimal): -9079969 or 6255477. OLE color: 6255477.

HSL color Cylindrical-coordinate representation of color #75735F: hue angle of 54.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75735F is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11711595-
CMYK00.020.190.54
HSL54.55º10.38%41.57%-
HSV(B)54.55º18.8%45.88%-
XYZ15.5316.8713.26-
YUV113.32117.66130.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=35.78%
G=35.17%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171159500.020.190.5454.5510.3841.57
Hex75735F02133637a2a
Octal165163137022366671252
Binary111010111100111011111010100111101101101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75735F; }

 p { color: rgb(117,115,95); }

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

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

 a { background-color: rgb(117,115,95); }

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

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

 span { border-color: rgb(117,115,95); }

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