Html Css Color HEX #7F5E5C Pharlap

📋 copy color: '#7F5E5C'

red 127 ◦ green 94 ◦ blue 92

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

Shades of Pharlap #7F5E5C

Tints of Pharlap #7F5E5C

RGB

 RED value IS 127 (50% from 255) = 40.58%

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

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

R = 40.58%
G = 30.03%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F5E5C (or 0x7F5E5C) is known color: Pharlap. HEX triplet: 7F, 5E and 5C. RGB value is (127,94,92). Sum of RGB (Red+Green+Blue) = 127+94+92=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E5C is #80A1A3. Grayscale: #676767. Windows color (decimal): -8429988 or 6053503. OLE color: 6053503.

HSL color Cylindrical-coordinate representation of color #7F5E5C: hue angle of 3.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5E5C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 94 92 -
CMYK 0 0.26 0.28 0.50
HSL 3.43º 0.16% 0.43% -
HSV(B) 3.43º 0.28% 0.5% -
XYZ 14.69 13.29 11.92 -
YUV 103.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 127 94 92 0 0.26 0.28 0.50 3.43 0.16 0.43
Hex 7F 5E 5C 0 1A 1C 32 3 10 2B
Octal 177 136 134 0 32 34 62 3 20 53
Binary 1111111 1011110 1011100 0 11010 11100 110010 11 10000 101011

Color Harmonies of #7F5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E5C

Black with #7F5E5C

Text Example


Text Example

White with #7F5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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