Html Css Color HEX #7A6765 Pharlap

📋 copy color: '#7A6765'

red 122 ◦ green 103 ◦ blue 101

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

Shades of Pharlap #7A6765

Tints of Pharlap #7A6765

RGB

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

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

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

R = 37.42%
G = 31.6%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A6765 (or 0x7A6765) is known color: Pharlap. HEX triplet: 7A, 67 and 65. RGB value is (122,103,101). Sum of RGB (Red+Green+Blue) = 122+103+101=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6765 is #85989A. Grayscale: #6C6C6C. Windows color (decimal): -8755355 or 6645626. OLE color: 6645626.

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

Color convert

RGB 122 103 101 -
CMYK 0 0.16 0.17 0.52
HSL 5.71º 0.09% 0.44% -
HSV(B) 5.71º 0.17% 0.48% -
XYZ 15.23 14.78 14.36 -
YUV 108.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 122 103 101 0 0.16 0.17 0.52 5.71 0.09 0.44
Hex 7A 67 65 0 10 11 34 6 9 2C
Octal 172 147 145 0 20 21 64 6 11 54
Binary 1111010 1100111 1100101 0 10000 10001 110100 110 1001 101100

Color Harmonies of #7A6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6765

Black with #7A6765

Text Example


Text Example

White with #7A6765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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