Html Css Color HEX #7C5E5C Pharlap

📋 copy color: '#7C5E5C'

red 124 ◦ green 94 ◦ blue 92

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

Shades of Pharlap #7C5E5C

Tints of Pharlap #7C5E5C

RGB

 RED value IS 124 (48.83% from 255) = 40%

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

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

R = 40%
G = 30.32%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C5E5C (or 0x7C5E5C) is known color: Pharlap. HEX triplet: 7C, 5E and 5C. RGB value is (124,94,92). Sum of RGB (Red+Green+Blue) = 124+94+92=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5C is #83A1A3. Grayscale: #666666. Windows color (decimal): -8626596 or 6053500. OLE color: 6053500.

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

Color convert

RGB 124 94 92 -
CMYK 0 0.24 0.26 0.51
HSL 3.75º 0.15% 0.42% -
HSV(B) 3.75º 0.26% 0.49% -
XYZ 14.25 13.06 11.9 -
YUV 102.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 124 94 92 0 0.24 0.26 0.51 3.75 0.15 0.42
Hex 7C 5E 5C 0 18 1A 33 4 F 2A
Octal 174 136 134 0 30 32 63 4 17 52
Binary 1111100 1011110 1011100 0 11000 11010 110011 100 1111 101010

Color Harmonies of #7C5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E5C

Black with #7C5E5C

Text Example


Text Example

White with #7C5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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