Html Css Color HEX #7A6665 Pharlap

📋 copy color: '#7A6665'

red 122 ◦ green 102 ◦ blue 101

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

Shades of Pharlap #7A6665

Tints of Pharlap #7A6665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 37.54%
G = 31.38%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A6665 (or 0x7A6665) is known color: Pharlap. HEX triplet: 7A, 66 and 65. RGB value is (122,102,101). Sum of RGB (Red+Green+Blue) = 122+102+101=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6665 is #85999A. Grayscale: #6B6B6B. Windows color (decimal): -8755611 or 6645370. OLE color: 6645370.

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

Color convert

RGB 122 102 101 -
CMYK 0 0.16 0.17 0.52
HSL 2.86º 0.09% 0.44% -
HSV(B) 2.86º 0.17% 0.48% -
XYZ 15.13 14.58 14.33 -
YUV 107.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 122 102 101 0 0.16 0.17 0.52 2.86 0.09 0.44
Hex 7A 66 65 0 10 11 34 3 9 2C
Octal 172 146 145 0 20 21 64 3 11 54
Binary 1111010 1100110 1100101 0 10000 10001 110100 11 1001 101100

Color Harmonies of #7A6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6665

Black with #7A6665

Text Example


Text Example

White with #7A6665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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