#75615E

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

Shades of Pharlap #75615E

Tints of Pharlap #75615E

Color information

#75615E (or 0x75615E) is unknown color: approx Pharlap. HEX triplet: 75, 61 and 5E. RGB value is (117,97,94). Sum of RGB (Red+Green+Blue) = 117+97+94=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75615E is #8A9EA1. Grayscale: #666666. Windows color (decimal): -9084578 or 6185333. OLE color: 6185333.

HSL color Cylindrical-coordinate representation of color #75615E: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75615E is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1179794-
CMYK00.170.200.54
HSL7.83º10.9%41.37%-
HSV(B)7.83º19.66%45.88%-
XYZ13.6313.1412.41-
YUV102.64123.13138.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=37.99%
G=31.49%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117979400.170.200.547.8310.941.37
Hex75615E01114368b29
Octal1651411360212466101351
Binary1110101110000110111100100011010011011010001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75615E; }

 p { color: rgb(117,97,94); }

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

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

 a { background-color: rgb(117,97,94); }

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

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

 span { border-color: rgb(117,97,94); }

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