Html Css Color HEX #7D6966 Pharlap

📋 copy color: '#7D6966'

red 125 ◦ green 105 ◦ blue 102

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

Shades of Pharlap #7D6966

Tints of Pharlap #7D6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 37.65%
G = 31.63%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D6966 (or 0x7D6966) is known color: Pharlap. HEX triplet: 7D, 69 and 66. RGB value is (125,105,102). Sum of RGB (Red+Green+Blue) = 125+105+102=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6966 is #829699. Grayscale: #6E6E6E. Windows color (decimal): -8558234 or 6711677. OLE color: 6711677.

HSL color Cylindrical-coordinate representation of color #7D6966: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6966 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 105 102 -
CMYK 0 0.16 0.18 0.51
HSL 7.83º 0.1% 0.45% -
HSV(B) 7.83º 0.18% 0.49% -
XYZ 15.91 15.42 14.71 -
YUV 110.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 125 105 102 0 0.16 0.18 0.51 7.83 0.1 0.45
Hex 7D 69 66 0 10 12 33 8 A 2D
Octal 175 151 146 0 20 22 63 10 12 55
Binary 1111101 1101001 1100110 0 10000 10010 110011 1000 1010 101101

Color Harmonies of #7D6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6966

Black with #7D6966

Text Example


Text Example

White with #7D6966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,102); }

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

background-color css

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

 a { background-color: rgb(125,105,102); }

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

border-color css

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

 span { border-color: rgb(125,105,102); }

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