Html Css Color HEX #7D6561 Pharlap

📋 copy color: '#7D6561'

red 125 ◦ green 101 ◦ blue 97

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

Shades of Pharlap #7D6561

Tints of Pharlap #7D6561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 38.7%
G = 31.27%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D6561 (or 0x7D6561) is known color: Pharlap. HEX triplet: 7D, 65 and 61. RGB value is (125,101,97). Sum of RGB (Red+Green+Blue) = 125+101+97=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6561 is #829A9E. Grayscale: #6B6B6B. Windows color (decimal): -8559263 or 6382973. OLE color: 6382973.

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

Color convert

RGB 125 101 97 -
CMYK 0 0.19 0.22 0.51
HSL 8.57º 0.13% 0.44% -
HSV(B) 8.57º 0.22% 0.49% -
XYZ 15.27 14.53 13.31 -
YUV 107.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 125 101 97 0 0.19 0.22 0.51 8.57 0.13 0.44
Hex 7D 65 61 0 13 16 33 9 D 2C
Octal 175 145 141 0 23 26 63 11 15 54
Binary 1111101 1100101 1100001 0 10011 10110 110011 1001 1101 101100

Color Harmonies of #7D6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6561

Black with #7D6561

Text Example


Text Example

White with #7D6561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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