Html Css Color HEX #7E615F Pharlap

📋 copy color: '#7E615F'

red 126 ◦ green 97 ◦ blue 95

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

Shades of Pharlap #7E615F

Tints of Pharlap #7E615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 39.62%
G = 30.5%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E615F (or 0x7E615F) is known color: Pharlap. HEX triplet: 7E, 61 and 5F. RGB value is (126,97,95). Sum of RGB (Red+Green+Blue) = 126+97+95=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E615F is #819EA0. Grayscale: #696969. Windows color (decimal): -8494753 or 6250878. OLE color: 6250878.

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

Color convert

RGB 126 97 95 -
CMYK 0 0.23 0.25 0.51
HSL 3.87º 0.14% 0.43% -
HSV(B) 3.87º 0.25% 0.49% -
XYZ 14.94 13.81 12.7 -
YUV 105.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 126 97 95 0 0.23 0.25 0.51 3.87 0.14 0.43
Hex 7E 61 5F 0 17 19 33 4 E 2B
Octal 176 141 137 0 27 31 63 4 16 53
Binary 1111110 1100001 1011111 0 10111 11001 110011 100 1110 101011

Color Harmonies of #7E615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E615F

Black with #7E615F

Text Example


Text Example

White with #7E615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,95); }

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

background-color css

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

 a { background-color: rgb(126,97,95); }

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

border-color css

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

 span { border-color: rgb(126,97,95); }

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