Html Css Color HEX #7D5E5C Pharlap

📋 copy color: '#7D5E5C'

red 125 ◦ green 94 ◦ blue 92

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

Shades of Pharlap #7D5E5C

Tints of Pharlap #7D5E5C

RGB

 RED value IS 125 (49.22% from 255) = 40.19%

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 40.19%
G = 30.23%
B = 29.58%

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

#7D5E5C (or 0x7D5E5C) is known color: Pharlap. HEX triplet: 7D, 5E and 5C. RGB value is (125,94,92). Sum of RGB (Red+Green+Blue) = 125+94+92=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E5C is #82A1A3. Grayscale: #676767. Windows color (decimal): -8561060 or 6053501. OLE color: 6053501.

HSL color Cylindrical-coordinate representation of color #7D5E5C: 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 #7D5E5C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 92 -
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.39 13.14 11.9 -
YUV 103.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 125 94 92 0 0.25 0.26 0.51 3.64 0.15 0.43
Hex 7D 5E 5C 0 19 1A 33 4 F 2B
Octal 175 136 134 0 31 32 63 4 17 53
Binary 1111101 1011110 1011100 0 11001 11010 110011 100 1111 101011

Color Harmonies of #7D5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E5C

Black with #7D5E5C

Text Example


Text Example

White with #7D5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,92); }

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

background-color css

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

 a { background-color: rgb(125,94,92); }

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

border-color css

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

 span { border-color: rgb(125,94,92); }

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