Html Css Color HEX #7E6560 Pharlap

📋 copy color: '#7E6560'

red 126 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #7E6560

Tints of Pharlap #7E6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 39.01%
G = 31.27%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E6560 (or 0x7E6560) is known color: Pharlap. HEX triplet: 7E, 65 and 60. RGB value is (126,101,96). Sum of RGB (Red+Green+Blue) = 126+101+96=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6560 is #819A9F. Grayscale: #6B6B6B. Windows color (decimal): -8493728 or 6317438. OLE color: 6317438.

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

Color convert

RGB 126 101 96 -
CMYK 0 0.20 0.24 0.51
HSL 10º 0.14% 0.44% -
HSV(B) 10º 0.24% 0.49% -
XYZ 15.37 14.59 13.07 -
YUV 107.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 126 101 96 0 0.20 0.24 0.51 10 0.14 0.44
Hex 7E 65 60 0 14 18 33 A E 2C
Octal 176 145 140 0 24 30 63 12 16 54
Binary 1111110 1100101 1100000 0 10100 11000 110011 1010 1110 101100

Color Harmonies of #7E6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6560

Black with #7E6560

Text Example


Text Example

White with #7E6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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