Html Css Color HEX #7A716E Pharlap

📋 copy color: '#7A716E'

red 122 ◦ green 113 ◦ blue 110

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

Shades of Pharlap #7A716E

Tints of Pharlap #7A716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 35.36%
G = 32.75%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A716E (or 0x7A716E) is known color: Pharlap. HEX triplet: 7A, 71 and 6E. RGB value is (122,113,110). Sum of RGB (Red+Green+Blue) = 122+113+110=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A716E is #858E91. Grayscale: #737373. Windows color (decimal): -8752786 or 7238010. OLE color: 7238010.

HSL color Cylindrical-coordinate representation of color #7A716E: hue angle of 15º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A716E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 113 110 -
CMYK 0 0.07 0.10 0.52
HSL 15º 0.05% 0.45% -
HSV(B) 15º 0.1% 0.48% -
XYZ 16.75 17.07 17.16 -
YUV 115.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 122 113 110 0 0.07 0.10 0.52 15 0.05 0.45
Hex 7A 71 6E 0 7 A 34 F 5 2D
Octal 172 161 156 0 7 12 64 17 5 55
Binary 1111010 1110001 1101110 0 111 1010 110100 1111 101 101101

Color Harmonies of #7A716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A716E

Black with #7A716E

Text Example


Text Example

White with #7A716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,110); }

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

background-color css

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

 a { background-color: rgb(122,113,110); }

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

border-color css

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

 span { border-color: rgb(122,113,110); }

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