Html Css Color HEX #7D6864 Pharlap

📋 copy color: '#7D6864'

red 125 ◦ green 104 ◦ blue 100

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

Shades of Pharlap #7D6864

Tints of Pharlap #7D6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 37.99%
G = 31.61%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D6864 (or 0x7D6864) is known color: Pharlap. HEX triplet: 7D, 68 and 64. RGB value is (125,104,100). Sum of RGB (Red+Green+Blue) = 125+104+100=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6864 is #82979B. Grayscale: #6D6D6D. Windows color (decimal): -8558492 or 6580349. OLE color: 6580349.

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

Color convert

RGB 125 104 100 -
CMYK 0 0.17 0.2 0.51
HSL 9.6º 0.11% 0.44% -
HSV(B) 9.6º 0.2% 0.49% -
XYZ 15.71 15.18 14.16 -
YUV 109.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 125 104 100 0 0.17 0.2 0.51 9.6 0.11 0.44
Hex 7D 68 64 0 11 14 33 A B 2C
Octal 175 150 144 0 21 24 63 12 13 54
Binary 1111101 1101000 1100100 0 10001 10100 110011 1010 1011 101100

Color Harmonies of #7D6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6864

Black with #7D6864

Text Example


Text Example

White with #7D6864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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