Html Css Color HEX #7A6967 Pharlap

📋 copy color: '#7A6967'

red 122 ◦ green 105 ◦ blue 103

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

Shades of Pharlap #7A6967

Tints of Pharlap #7A6967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 36.97%
G = 31.82%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A6967 (or 0x7A6967) is known color: Pharlap. HEX triplet: 7A, 69 and 67. RGB value is (122,105,103). Sum of RGB (Red+Green+Blue) = 122+105+103=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6967 is #859698. Grayscale: #6D6D6D. Windows color (decimal): -8754841 or 6777210. OLE color: 6777210.

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

Color convert

RGB 122 105 103 -
CMYK 0 0.14 0.16 0.52
HSL 6.32º 0.08% 0.44% -
HSV(B) 6.32º 0.16% 0.48% -
XYZ 15.53 15.22 14.95 -
YUV 109.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 122 105 103 0 0.14 0.16 0.52 6.32 0.08 0.44
Hex 7A 69 67 0 E 10 34 6 8 2C
Octal 172 151 147 0 16 20 64 6 10 54
Binary 1111010 1101001 1100111 0 1110 10000 110100 110 1000 101100

Color Harmonies of #7A6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6967

Black with #7A6967

Text Example


Text Example

White with #7A6967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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