Html Css Color HEX #7A615D Pharlap

📋 copy color: '#7A615D'

red 122 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #7A615D

Tints of Pharlap #7A615D

RGB

 RED value IS 122 (48.05% from 255) = 39.1%

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

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

R = 39.1%
G = 31.09%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A615D (or 0x7A615D) is known color: Pharlap. HEX triplet: 7A, 61 and 5D. RGB value is (122,97,93). Sum of RGB (Red+Green+Blue) = 122+97+93=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A615D is #859EA2. Grayscale: #686868. Windows color (decimal): -8756899 or 6119802. OLE color: 6119802.

HSL color Cylindrical-coordinate representation of color #7A615D: hue angle of 8.28º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A615D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 97 93 -
CMYK 0 0.20 0.24 0.52
HSL 8.28º 0.13% 0.42% -
HSV(B) 8.28º 0.24% 0.48% -
XYZ 14.28 13.48 12.2 -
YUV 104.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 122 97 93 0 0.20 0.24 0.52 8.28 0.13 0.42
Hex 7A 61 5D 0 14 18 34 8 D 2A
Octal 172 141 135 0 24 30 64 10 15 52
Binary 1111010 1100001 1011101 0 10100 11000 110100 1000 1101 101010

Color Harmonies of #7A615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A615D

Black with #7A615D

Text Example


Text Example

White with #7A615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,97,93); }

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

background-color css

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

 a { background-color: rgb(122,97,93); }

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

border-color css

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

 span { border-color: rgb(122,97,93); }

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