Html Css Color HEX #75615E Pharlap

📋 copy color: '#75615E'

red 117 ◦ green 97 ◦ blue 94

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

Shades of Pharlap #75615E

Tints of Pharlap #75615E

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 value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75615E (or 0x75615E) is known color: 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

RGB 117 97 94 -
CMYK 0 0.17 0.20 0.54
HSL 7.83º 0.11% 0.41% -
HSV(B) 7.83º 0.2% 0.46% -
XYZ 13.63 13.14 12.41 -
YUV 102.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 117 97 94 0 0.17 0.20 0.54 7.83 0.11 0.41
Hex 75 61 5E 0 11 14 36 8 B 29
Octal 165 141 136 0 21 24 66 10 13 51
Binary 1110101 1100001 1011110 0 10001 10100 110110 1000 1011 101001

Color Harmonies of #75615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75615E

Black with #75615E

Text Example


Text Example

White with #75615E

Text Example


Text Example

HTML Codes & Css Web 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>