Html Css Color HEX #7A6A69 Pharlap

📋 copy color: '#7A6A69'

red 122 ◦ green 106 ◦ blue 105

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

Shades of Pharlap #7A6A69

Tints of Pharlap #7A6A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 36.64%
G = 31.83%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7A6A69 (or 0x7A6A69) is known color: Pharlap. HEX triplet: 7A, 6A and 69. RGB value is (122,106,105). Sum of RGB (Red+Green+Blue) = 122+106+105=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A69 is #859596. Grayscale: #6E6E6E. Windows color (decimal): -8754583 or 6908538. OLE color: 6908538.

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

Color convert

RGB 122 106 105 -
CMYK 0 0.13 0.14 0.52
HSL 3.53º 0.07% 0.45% -
HSV(B) 3.53º 0.14% 0.48% -
XYZ 15.73 15.47 15.52 -
YUV 110.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 122 106 105 0 0.13 0.14 0.52 3.53 0.07 0.45
Hex 7A 6A 69 0 D E 34 4 7 2D
Octal 172 152 151 0 15 16 64 4 7 55
Binary 1111010 1101010 1101001 0 1101 1110 110100 100 111 101101

Color Harmonies of #7A6A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6A69

Black with #7A6A69

Text Example


Text Example

White with #7A6A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,105); }

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

background-color css

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

 a { background-color: rgb(122,106,105); }

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

border-color css

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

 span { border-color: rgb(122,106,105); }

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