Html Css Color HEX #7D6865 Pharlap

📋 copy color: '#7D6865'

red 125 ◦ green 104 ◦ blue 101

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

Shades of Pharlap #7D6865

Tints of Pharlap #7D6865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 37.88%
G = 31.52%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D6865 (or 0x7D6865) is known color: Pharlap. HEX triplet: 7D, 68 and 65. RGB value is (125,104,101). Sum of RGB (Red+Green+Blue) = 125+104+101=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6865 is #82979A. Grayscale: #6D6D6D. Windows color (decimal): -8558491 or 6645885. OLE color: 6645885.

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

Color convert

RGB 125 104 101 -
CMYK 0 0.17 0.19 0.51
HSL 7.5º 0.11% 0.44% -
HSV(B) 7.5º 0.19% 0.49% -
XYZ 15.76 15.2 14.42 -
YUV 109.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 125 104 101 0 0.17 0.19 0.51 7.5 0.11 0.44
Hex 7D 68 65 0 11 13 33 8 B 2C
Octal 175 150 145 0 21 23 63 10 13 54
Binary 1111101 1101000 1100101 0 10001 10011 110011 1000 1011 101100

Color Harmonies of #7D6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6865

Black with #7D6865

Text Example


Text Example

White with #7D6865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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