Html Css Color HEX #7E605C Pharlap

📋 copy color: '#7E605C'

red 126 ◦ green 96 ◦ blue 92

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

Shades of Pharlap #7E605C

Tints of Pharlap #7E605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 40.13%
G = 30.57%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E605C (or 0x7E605C) is known color: Pharlap. HEX triplet: 7E, 60 and 5C. RGB value is (126,96,92). Sum of RGB (Red+Green+Blue) = 126+96+92=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E605C is #819FA3. Grayscale: #686868. Windows color (decimal): -8495012 or 6054014. OLE color: 6054014.

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

Color convert

RGB 126 96 92 -
CMYK 0 0.24 0.27 0.51
HSL 7.06º 0.16% 0.43% -
HSV(B) 7.06º 0.27% 0.49% -
XYZ 14.72 13.57 11.97 -
YUV 104.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 126 96 92 0 0.24 0.27 0.51 7.06 0.16 0.43
Hex 7E 60 5C 0 18 1B 33 7 10 2B
Octal 176 140 134 0 30 33 63 7 20 53
Binary 1111110 1100000 1011100 0 11000 11011 110011 111 10000 101011

Color Harmonies of #7E605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E605C

Black with #7E605C

Text Example


Text Example

White with #7E605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,92); }

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

background-color css

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

 a { background-color: rgb(126,96,92); }

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

border-color css

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

 span { border-color: rgb(126,96,92); }

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