#75735A

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

Shades of Kokoda #75735A

Tints of Kokoda #75735A

Color information

#75735A (or 0x75735A) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 5A. RGB value is (117,115,90). Sum of RGB (Red+Green+Blue) = 117+115+90=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735A is #8A8CA5. Grayscale: #707070. Windows color (decimal): -9079974 or 5927797. OLE color: 5927797.

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

Color convert

RGB11711590-
CMYK00.020.230.54
HSL55.56º13.04%40.59%-
HSV(B)55.56º23.08%45.88%-
XYZ15.3116.7812.1-
YUV112.75115.16131.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=36.34%
G=35.71%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171159000.020.230.5455.5613.0440.59
Hex75735A02173638d29
Octal165163132022766701551
Binary111010111100111011010010101111101101110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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