Html Css Color HEX #7E5F5D Pharlap

📋 copy color: '#7E5F5D'

red 126 ◦ green 95 ◦ blue 93

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

Shades of Pharlap #7E5F5D

Tints of Pharlap #7E5F5D

RGB

 RED value IS 126 (49.61% from 255) = 40.13%

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

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

R = 40.13%
G = 30.25%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7E5F5D (or 0x7E5F5D) is known color: Pharlap. HEX triplet: 7E, 5F and 5D. RGB value is (126,95,93). Sum of RGB (Red+Green+Blue) = 126+95+93=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5F5D is #81A0A2. Grayscale: #686868. Windows color (decimal): -8495267 or 6119294. OLE color: 6119294.

HSL color Cylindrical-coordinate representation of color #7E5F5D: hue angle of 3.64º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E5F5D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 95 93 -
CMYK 0 0.25 0.26 0.51
HSL 3.64º 0.15% 0.43% -
HSV(B) 3.64º 0.26% 0.49% -
XYZ 14.67 13.41 12.17 -
YUV 104.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 126 95 93 0 0.25 0.26 0.51 3.64 0.15 0.43
Hex 7E 5F 5D 0 19 1A 33 4 F 2B
Octal 176 137 135 0 31 32 63 4 17 53
Binary 1111110 1011111 1011101 0 11001 11010 110011 100 1111 101011

Color Harmonies of #7E5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5F5D

Black with #7E5F5D

Text Example


Text Example

White with #7E5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E5F5D; }

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

 H1.HeaderClassName
 {
   color: #7E5F5D;
 }
 .AnyTagClassName
 {
   color: #7E5F5D;
 }
</style>

background-color css

<style>
 a { background-color: #7E5F5D; }

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

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

border-color css

<style>
 span { border-color: #7E5F5D; }

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

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