Html Css Color HEX #795F5D Pharlap

📋 copy color: '#795F5D'

red 121 ◦ green 95 ◦ blue 93

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

Shades of Pharlap #795F5D

Tints of Pharlap #795F5D

RGB

 RED value IS 121 (47.66% from 255) = 39.16%

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 39.16%
G = 30.74%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#795F5D (or 0x795F5D) is known color: Pharlap. HEX triplet: 79, 5F and 5D. RGB value is (121,95,93). Sum of RGB (Red+Green+Blue) = 121+95+93=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #795F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F5D is #86A0A2. Grayscale: #666666. Windows color (decimal): -8822947 or 6119289. OLE color: 6119289.

HSL color Cylindrical-coordinate representation of color #795F5D: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795F5D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 93 -
CMYK 0 0.21 0.23 0.53
HSL 4.29º 0.13% 0.42% -
HSV(B) 4.29º 0.23% 0.47% -
XYZ 13.95 13.04 12.14 -
YUV 102.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 121 95 93 0 0.21 0.23 0.53 4.29 0.13 0.42
Hex 79 5F 5D 0 15 17 35 4 D 2A
Octal 171 137 135 0 25 27 65 4 15 52
Binary 1111001 1011111 1011101 0 10101 10111 110101 100 1101 101010

Color Harmonies of #795F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F5D

Black with #795F5D

Text Example


Text Example

White with #795F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F5D; }

 p { color: rgb(121,95,93); }

 H1.HeaderClassName
 {
   color: #795F5D;
 }
 .AnyTagClassName
 {
   color: #795F5D;
 }
</style>

background-color css

<style>
 a { background-color: #795F5D; }

 a { background-color: rgb(121,95,93); }

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

border-color css

<style>
 span { border-color: #795F5D; }

 span { border-color: rgb(121,95,93); }

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