Html Css Color HEX #75615F Pharlap

📋 copy color: '#75615F'

red 117 ◦ green 97 ◦ blue 95

#75615F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #75615F

Tints of Pharlap #75615F

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 37.86%
G = 31.39%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75615F (or 0x75615F) is known color: Pharlap. HEX triplet: 75, 61 and 5F. RGB value is (117,97,95). Sum of RGB (Red+Green+Blue) = 117+97+95=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75615F is #8A9EA0. Grayscale: #666666. Windows color (decimal): -9084577 or 6250869. OLE color: 6250869.

HSL color Cylindrical-coordinate representation of color #75615F: hue angle of 5.45º 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 #75615F is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 95 -
CMYK 0 0.17 0.19 0.54
HSL 5.45º 0.1% 0.42% -
HSV(B) 5.45º 0.19% 0.46% -
XYZ 13.68 13.16 12.65 -
YUV 102.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 117 97 95 0 0.17 0.19 0.54 5.45 0.1 0.42
Hex 75 61 5F 0 11 13 36 5 A 2A
Octal 165 141 137 0 21 23 66 5 12 52
Binary 1110101 1100001 1011111 0 10001 10011 110110 101 1010 101010

Color Harmonies of #75615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75615F

Black with #75615F

Text Example


Text Example

White with #75615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75615F;
 }
 .AnyTagClassName
 {
   color: #75615F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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