Html Css Color HEX #7D6460 Pharlap

📋 copy color: '#7D6460'

red 125 ◦ green 100 ◦ blue 96

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

Shades of Pharlap #7D6460

Tints of Pharlap #7D6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

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

R = 38.94%
G = 31.15%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7D6460 (or 0x7D6460) is known color: Pharlap. HEX triplet: 7D, 64 and 60. RGB value is (125,100,96). Sum of RGB (Red+Green+Blue) = 125+100+96=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6460 is #829B9F. Grayscale: #6B6B6B. Windows color (decimal): -8559520 or 6317181. OLE color: 6317181.

HSL color Cylindrical-coordinate representation of color #7D6460: hue angle of 8.28º 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 #7D6460 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 96 -
CMYK 0 0.2 0.23 0.51
HSL 8.28º 0.13% 0.43% -
HSV(B) 8.28º 0.23% 0.49% -
XYZ 15.13 14.32 13.03 -
YUV 107.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 125 100 96 0 0.2 0.23 0.51 8.28 0.13 0.43
Hex 7D 64 60 0 14 17 33 8 D 2B
Octal 175 144 140 0 24 27 63 10 15 53
Binary 1111101 1100100 1100000 0 10100 10111 110011 1000 1101 101011

Color Harmonies of #7D6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6460

Black with #7D6460

Text Example


Text Example

White with #7D6460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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