Html Css Color HEX #7A6663 Pharlap

📋 copy color: '#7A6663'

red 122 ◦ green 102 ◦ blue 99

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

Shades of Pharlap #7A6663

Tints of Pharlap #7A6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 37.77%
G = 31.58%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A6663 (or 0x7A6663) is known color: Pharlap. HEX triplet: 7A, 66 and 63. RGB value is (122,102,99). Sum of RGB (Red+Green+Blue) = 122+102+99=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6663 is #85999C. Grayscale: #6B6B6B. Windows color (decimal): -8755613 or 6514298. OLE color: 6514298.

HSL color Cylindrical-coordinate representation of color #7A6663: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6663 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 102 99 -
CMYK 0 0.16 0.19 0.52
HSL 7.83º 0.1% 0.43% -
HSV(B) 7.83º 0.19% 0.48% -
XYZ 15.03 14.54 13.82 -
YUV 107.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 122 102 99 0 0.16 0.19 0.52 7.83 0.1 0.43
Hex 7A 66 63 0 10 13 34 8 A 2B
Octal 172 146 143 0 20 23 64 10 12 53
Binary 1111010 1100110 1100011 0 10000 10011 110100 1000 1010 101011

Color Harmonies of #7A6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6663

Black with #7A6663

Text Example


Text Example

White with #7A6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,99); }

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

background-color css

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

 a { background-color: rgb(122,102,99); }

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

border-color css

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

 span { border-color: rgb(122,102,99); }

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