Html Css Color HEX #7D565F Cannon Pink

📋 copy color: '#7D565F'

red 125 ◦ green 86 ◦ blue 95

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

Shades of Cannon Pink #7D565F

Tints of Cannon Pink #7D565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 40.85%
G = 28.1%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D565F (or 0x7D565F) is known color: Cannon Pink. HEX triplet: 7D, 56 and 5F. RGB value is (125,86,95). Sum of RGB (Red+Green+Blue) = 125+86+95=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D565F is #82A9A0. Grayscale: #626262. Windows color (decimal): -8563105 or 6248061. OLE color: 6248061.

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

Color convert

RGB 125 86 95 -
CMYK 0 0.31 0.24 0.51
HSL 346.15º 0.18% 0.41% -
HSV(B) 346.15º 0.31% 0.49% -
XYZ 13.85 11.84 12.38 -
YUV 98.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 125 86 95 0 0.31 0.24 0.51 346.15 0.18 0.41
Hex 7D 56 5F 0 1F 18 33 15A 12 29
Octal 175 126 137 0 37 30 63 532 22 51
Binary 1111101 1010110 1011111 0 11111 11000 110011 101011010 10010 101001

Color Harmonies of #7D565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D565F

Black with #7D565F

Text Example


Text Example

White with #7D565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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