Html Css Color HEX #7A6461 Pharlap

📋 copy color: '#7A6461'

red 122 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #7A6461

Tints of Pharlap #7A6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 38.24%
G = 31.35%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A6461 (or 0x7A6461) is known color: Pharlap. HEX triplet: 7A, 64 and 61. RGB value is (122,100,97). Sum of RGB (Red+Green+Blue) = 122+100+97=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6461 is #859B9E. Grayscale: #6A6A6A. Windows color (decimal): -8756127 or 6382714. OLE color: 6382714.

HSL color Cylindrical-coordinate representation of color #7A6461: hue angle of 7.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6461 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 100 97 -
CMYK 0 0.18 0.20 0.52
HSL 7.2º 0.11% 0.43% -
HSV(B) 7.2º 0.2% 0.48% -
XYZ 14.74 14.11 13.26 -
YUV 106.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 122 100 97 0 0.18 0.20 0.52 7.2 0.11 0.43
Hex 7A 64 61 0 12 14 34 7 B 2B
Octal 172 144 141 0 22 24 64 7 13 53
Binary 1111010 1100100 1100001 0 10010 10100 110100 111 1011 101011

Color Harmonies of #7A6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6461

Black with #7A6461

Text Example


Text Example

White with #7A6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,97); }

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

background-color css

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

 a { background-color: rgb(122,100,97); }

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

border-color css

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

 span { border-color: rgb(122,100,97); }

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