#7F2C60

Color #7F2C60 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #7F2C60

Tints of Rose Bud Cherry #7F2C60

Color information

#7F2C60 (or 0x7F2C60) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 2C and 60. RGB value is (127,44,96). Sum of RGB (Red+Green+Blue) = 127+44+96=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2C60 is #80D39F. Grayscale: #4A4A4A. Windows color (decimal): -8442784 or 6302847. OLE color: 6302847.

HSL color Cylindrical-coordinate representation of color #7F2C60: hue angle of 322.41º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C60 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1274496-
CMYK00.650.240.50
HSL322.41º48.54%33.53%-
HSV(B)322.41º65.35%49.8%-
XYZ11.767.1611.83-
YUV74.74140165.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=47.57%
G=16.48%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127449600.650.240.50322.4148.5433.53
Hex7F2C6004118321423122
Octal17754140010130625026142
Binary111111110110011000000100000111000110010101000010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,44,96); }

 H1.HeaderClassName
 {
   color: #7F2C60;
 }
 .AnyTagClassName
 {
   color: #7F2C60;
 }
</style>
background-color css

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

 a { background-color: rgb(127,44,96); }

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

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

 span { border-color: rgb(127,44,96); }

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