Html Css Color HEX #7A6763 Pharlap

📋 copy color: '#7A6763'

red 122 ◦ green 103 ◦ blue 99

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

Shades of Pharlap #7A6763

Tints of Pharlap #7A6763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 37.65%
G = 31.79%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A6763 (or 0x7A6763) is known color: Pharlap. HEX triplet: 7A, 67 and 63. RGB value is (122,103,99). Sum of RGB (Red+Green+Blue) = 122+103+99=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6763 is #85989C. Grayscale: #6C6C6C. Windows color (decimal): -8755357 or 6514554. OLE color: 6514554.

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

Color convert

RGB 122 103 99 -
CMYK 0 0.16 0.19 0.52
HSL 10.43º 0.1% 0.43% -
HSV(B) 10.43º 0.19% 0.48% -
XYZ 15.13 14.74 13.85 -
YUV 108.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 122 103 99 0 0.16 0.19 0.52 10.43 0.1 0.43
Hex 7A 67 63 0 10 13 34 A A 2B
Octal 172 147 143 0 20 23 64 12 12 53
Binary 1111010 1100111 1100011 0 10000 10011 110100 1010 1010 101011

Color Harmonies of #7A6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6763

Black with #7A6763

Text Example


Text Example

White with #7A6763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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