Html Css Color HEX #7F5963 Cannon Pink

📋 copy color: '#7F5963'

red 127 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #7F5963

Tints of Cannon Pink #7F5963

RGB

 RED value IS 127 (50% from 255) = 40.32%

 GREEN value IS 89 (35.16% from 255) = 28.25%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 40.32%
G = 28.25%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F5963 (or 0x7F5963) is known color: Cannon Pink. HEX triplet: 7F, 59 and 63. RGB value is (127,89,99). Sum of RGB (Red+Green+Blue) = 127+89+99=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5963 is #80A69C. Grayscale: #656565. Windows color (decimal): -8431261 or 6510975. OLE color: 6510975.

HSL color Cylindrical-coordinate representation of color #7F5963: hue angle of 344.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5963 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 99 -
CMYK 0 0.30 0.22 0.50
HSL 344.21º 0.18% 0.42% -
HSV(B) 344.21º 0.3% 0.5% -
XYZ 14.58 12.56 13.46 -
YUV 101.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 127 89 99 0 0.30 0.22 0.50 344.21 0.18 0.42
Hex 7F 59 63 0 1E 16 32 158 12 2A
Octal 177 131 143 0 36 26 62 530 22 52
Binary 1111111 1011001 1100011 0 11110 10110 110010 101011000 10010 101010

Color Harmonies of #7F5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5963

Black with #7F5963

Text Example


Text Example

White with #7F5963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,99); }

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

background-color css

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

 a { background-color: rgb(127,89,99); }

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

border-color css

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

 span { border-color: rgb(127,89,99); }

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