Html Css Color HEX #7A6766 Pharlap

📋 copy color: '#7A6766'

red 122 ◦ green 103 ◦ blue 102

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

Shades of Pharlap #7A6766

Tints of Pharlap #7A6766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 37.31%
G = 31.5%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A6766 (or 0x7A6766) is known color: Pharlap. HEX triplet: 7A, 67 and 66. RGB value is (122,103,102). Sum of RGB (Red+Green+Blue) = 122+103+102=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6766 is #859899. Grayscale: #6C6C6C. Windows color (decimal): -8755354 or 6711162. OLE color: 6711162.

HSL color Cylindrical-coordinate representation of color #7A6766: hue angle of 3º degrees, saturation: 0.09, 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 #7A6766 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 103 102 -
CMYK 0 0.16 0.16 0.52
HSL 0.09% 0.44% -
HSV(B) 0.16% 0.48% -
XYZ 15.27 14.8 14.62 -
YUV 108.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 122 103 102 0 0.16 0.16 0.52 3 0.09 0.44
Hex 7A 67 66 0 10 10 34 3 9 2C
Octal 172 147 146 0 20 20 64 3 11 54
Binary 1111010 1100111 1100110 0 10000 10000 110100 11 1001 101100

Color Harmonies of #7A6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6766

Black with #7A6766

Text Example


Text Example

White with #7A6766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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