Html Css Color HEX #7E605D Pharlap

📋 copy color: '#7E605D'

red 126 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #7E605D

Tints of Pharlap #7E605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 40%
G = 30.48%
B = 29.52%

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

#7E605D (or 0x7E605D) is known color: Pharlap. HEX triplet: 7E, 60 and 5D. RGB value is (126,96,93). Sum of RGB (Red+Green+Blue) = 126+96+93=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E605D is #819FA2. Grayscale: #686868. Windows color (decimal): -8495011 or 6119550. OLE color: 6119550.

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

Color convert

RGB 126 96 93 -
CMYK 0 0.24 0.26 0.51
HSL 5.45º 0.15% 0.43% -
HSV(B) 5.45º 0.26% 0.49% -
XYZ 14.76 13.59 12.2 -
YUV 104.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 126 96 93 0 0.24 0.26 0.51 5.45 0.15 0.43
Hex 7E 60 5D 0 18 1A 33 5 F 2B
Octal 176 140 135 0 30 32 63 5 17 53
Binary 1111110 1100000 1011101 0 11000 11010 110011 101 1111 101011

Color Harmonies of #7E605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E605D

Black with #7E605D

Text Example


Text Example

White with #7E605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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