Html Css Color HEX #7A6865 Pharlap

📋 copy color: '#7A6865'

red 122 ◦ green 104 ◦ blue 101

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

Shades of Pharlap #7A6865

Tints of Pharlap #7A6865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 37.31%
G = 31.8%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A6865 (or 0x7A6865) is known color: Pharlap. HEX triplet: 7A, 68 and 65. RGB value is (122,104,101). Sum of RGB (Red+Green+Blue) = 122+104+101=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6865 is #85979A. Grayscale: #6D6D6D. Windows color (decimal): -8755099 or 6645882. OLE color: 6645882.

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

Color convert

RGB 122 104 101 -
CMYK 0 0.15 0.17 0.52
HSL 8.57º 0.09% 0.44% -
HSV(B) 8.57º 0.17% 0.48% -
XYZ 15.33 14.98 14.4 -
YUV 109.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 122 104 101 0 0.15 0.17 0.52 8.57 0.09 0.44
Hex 7A 68 65 0 F 11 34 9 9 2C
Octal 172 150 145 0 17 21 64 11 11 54
Binary 1111010 1101000 1100101 0 1111 10001 110100 1001 1001 101100

Color Harmonies of #7A6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6865

Black with #7A6865

Text Example


Text Example

White with #7A6865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,101); }

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

background-color css

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

 a { background-color: rgb(122,104,101); }

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

border-color css

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

 span { border-color: rgb(122,104,101); }

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