Html Css Color HEX #7E625F Pharlap

📋 copy color: '#7E625F'

red 126 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #7E625F

Tints of Pharlap #7E625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 39.5%
G = 30.72%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E625F (or 0x7E625F) is known color: Pharlap. HEX triplet: 7E, 62 and 5F. RGB value is (126,98,95). Sum of RGB (Red+Green+Blue) = 126+98+95=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E625F is #819DA0. Grayscale: #6A6A6A. Windows color (decimal): -8494497 or 6251134. OLE color: 6251134.

HSL color Cylindrical-coordinate representation of color #7E625F: hue angle of 5.81º 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 #7E625F is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 98 95 -
CMYK 0 0.22 0.25 0.51
HSL 5.81º 0.14% 0.43% -
HSV(B) 5.81º 0.25% 0.49% -
XYZ 15.04 14 12.74 -
YUV 106.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 126 98 95 0 0.22 0.25 0.51 5.81 0.14 0.43
Hex 7E 62 5F 0 16 19 33 6 E 2B
Octal 176 142 137 0 26 31 63 6 16 53
Binary 1111110 1100010 1011111 0 10110 11001 110011 110 1110 101011

Color Harmonies of #7E625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E625F

Black with #7E625F

Text Example


Text Example

White with #7E625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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