Html Css Color HEX #7D6965 Pharlap

📋 copy color: '#7D6965'

red 125 ◦ green 105 ◦ blue 101

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

Shades of Pharlap #7D6965

Tints of Pharlap #7D6965

RGB

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

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

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

R = 37.76%
G = 31.72%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D6965 (or 0x7D6965) is known color: Pharlap. HEX triplet: 7D, 69 and 65. RGB value is (125,105,101). Sum of RGB (Red+Green+Blue) = 125+105+101=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6965 is #82969A. Grayscale: #6E6E6E. Windows color (decimal): -8558235 or 6646141. OLE color: 6646141.

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

Color convert

RGB 125 105 101 -
CMYK 0 0.16 0.19 0.51
HSL 10º 0.11% 0.44% -
HSV(B) 10º 0.19% 0.49% -
XYZ 15.86 15.4 14.45 -
YUV 110.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 125 105 101 0 0.16 0.19 0.51 10 0.11 0.44
Hex 7D 69 65 0 10 13 33 A B 2C
Octal 175 151 145 0 20 23 63 12 13 54
Binary 1111101 1101001 1100101 0 10000 10011 110011 1010 1011 101100

Color Harmonies of #7D6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6965

Black with #7D6965

Text Example


Text Example

White with #7D6965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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