Html Css Color HEX #7D6260 Pharlap

📋 copy color: '#7D6260'

red 125 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #7D6260

Tints of Pharlap #7D6260

RGB

 RED value IS 125 (49.22% from 255) = 39.18%

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 39.18%
G = 30.72%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7D6260 (or 0x7D6260) is known color: Pharlap. HEX triplet: 7D, 62 and 60. RGB value is (125,98,96). Sum of RGB (Red+Green+Blue) = 125+98+96=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6260 is #829D9F. Grayscale: #696969. Windows color (decimal): -8560032 or 6316669. OLE color: 6316669.

HSL color Cylindrical-coordinate representation of color #7D6260: hue angle of 4.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D6260 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 98 96 -
CMYK 0 0.22 0.23 0.51
HSL 4.14º 0.13% 0.43% -
HSV(B) 4.14º 0.23% 0.49% -
XYZ 14.94 13.94 12.97 -
YUV 105.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 125 98 96 0 0.22 0.23 0.51 4.14 0.13 0.43
Hex 7D 62 60 0 16 17 33 4 D 2B
Octal 175 142 140 0 26 27 63 4 15 53
Binary 1111101 1100010 1100000 0 10110 10111 110011 100 1101 101011

Color Harmonies of #7D6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6260

Black with #7D6260

Text Example


Text Example

White with #7D6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,96); }

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

background-color css

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

 a { background-color: rgb(125,98,96); }

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

border-color css

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

 span { border-color: rgb(125,98,96); }

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