Html Css Color HEX #7D5256 Solid Pink

📋 copy color: '#7D5256'

red 125 ◦ green 82 ◦ blue 86

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

Shades of Solid Pink #7D5256

Tints of Solid Pink #7D5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 42.66%
G = 27.99%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7D5256 (or 0x7D5256) is known color: Solid Pink. HEX triplet: 7D, 52 and 56. RGB value is (125,82,86). Sum of RGB (Red+Green+Blue) = 125+82+86=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5256 is #82ADA9. Grayscale: #5F5F5F. Windows color (decimal): -8564138 or 5657213. OLE color: 5657213.

HSL color Cylindrical-coordinate representation of color #7D5256: hue angle of 354.42º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5256 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 82 86 -
CMYK 0 0.34 0.31 0.51
HSL 354.42º 0.21% 0.41% -
HSV(B) 354.42º 0.34% 0.49% -
XYZ 13.15 11.07 10.25 -
YUV 95.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 125 82 86 0 0.34 0.31 0.51 354.42 0.21 0.41
Hex 7D 52 56 0 22 1F 33 162 15 29
Octal 175 122 126 0 42 37 63 542 25 51
Binary 1111101 1010010 1010110 0 100010 11111 110011 101100010 10101 101001

Color Harmonies of #7D5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5256

Black with #7D5256

Text Example


Text Example

White with #7D5256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,86); }

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

background-color css

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

 a { background-color: rgb(125,82,86); }

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

border-color css

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

 span { border-color: rgb(125,82,86); }

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