#75885C

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

Shades of Highland #75885C

Tints of Highland #75885C

Color information

#75885C (or 0x75885C) is unknown color: approx Highland. HEX triplet: 75, 88 and 5C. RGB value is (117,136,92). Sum of RGB (Red+Green+Blue) = 117+136+92=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #75885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75885C is #8A77A3. Grayscale: #7D7D7D. Windows color (decimal): -9074596 or 6064245. OLE color: 6064245.

HSL color Cylindrical-coordinate representation of color #75885C: hue angle of 85.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75885C is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11713692-
CMYK0.1400.320.47
HSL85.91º19.3%44.71%-
HSV(B)85.91º32.35%53.33%-
XYZ18.0722.1613.45-
YUV125.3109.21122.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=33.91%
G=39.42%
B=26.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136920.1400.320.4785.9119.344.71
Hex75885CE0202F56132d
Octal16521013416040571262355
Binary111010110001000101110011100100000101111101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75885C; }

 p { color: rgb(117,136,92); }

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

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

 a { background-color: rgb(117,136,92); }

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

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

 span { border-color: rgb(117,136,92); }

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