Html Css Color HEX #7D6463 Pharlap

📋 copy color: '#7D6463'

red 125 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #7D6463

Tints of Pharlap #7D6463

RGB

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

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

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

R = 38.58%
G = 30.86%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7D6463 (or 0x7D6463) is known color: Pharlap. HEX triplet: 7D, 64 and 63. RGB value is (125,100,99). Sum of RGB (Red+Green+Blue) = 125+100+99=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6463 is #829B9C. Grayscale: #6B6B6B. Windows color (decimal): -8559517 or 6513789. OLE color: 6513789.

HSL color Cylindrical-coordinate representation of color #7D6463: hue angle of 2.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6463 is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 99 -
CMYK 0 0.2 0.21 0.51
HSL 2.31º 0.12% 0.44% -
HSV(B) 2.31º 0.21% 0.49% -
XYZ 15.27 14.38 13.77 -
YUV 107.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 125 100 99 0 0.2 0.21 0.51 2.31 0.12 0.44
Hex 7D 64 63 0 14 15 33 2 C 2C
Octal 175 144 143 0 24 25 63 2 14 54
Binary 1111101 1100100 1100011 0 10100 10101 110011 10 1100 101100

Color Harmonies of #7D6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6463

Black with #7D6463

Text Example


Text Example

White with #7D6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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