#7F3662

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

Shades of Rose Bud Cherry #7F3662

Tints of Rose Bud Cherry #7F3662

Color information

#7F3662 (or 0x7F3662) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 36 and 62. RGB value is (127,54,98). Sum of RGB (Red+Green+Blue) = 127+54+98=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3662 is #80C99D. Grayscale: #505050. Windows color (decimal): -8440222 or 6436479. OLE color: 6436479.

HSL color Cylindrical-coordinate representation of color #7F3662: hue angle of 323.84º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3662 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1275498-
CMYK00.570.230.50
HSL323.84º40.33%35.49%-
HSV(B)323.84º57.48%49.8%-
XYZ12.288.0312.46-
YUV80.84137.68160.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=45.52%
G=19.35%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127549800.570.230.50323.8440.3335.49
Hex7F366203917321442823
Octal1776614207127625045043
Binary11111111101101100010011100110111110010101000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,54,98); }

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

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

 a { background-color: rgb(127,54,98); }

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

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

 span { border-color: rgb(127,54,98); }

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