#C77F78

Color #C77F78 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C77F78

Tints of Brandy Rose #C77F78

Color information

#C77F78 (or 0xC77F78) is unknown color: approx Brandy Rose. HEX triplet: C7, 7F and 78. RGB value is (199,127,120). Sum of RGB (Red+Green+Blue) = 199+127+120=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F78 is #388087. Grayscale: #939393. Windows color (decimal): -3702920 or 7897031. OLE color: 7897031.

HSL color Cylindrical-coordinate representation of color #C77F78: hue angle of 5.32º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77F78 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199127120-
CMYK00.360.400.22
HSL5.32º41.36%62.55%-
HSV(B)5.32º39.7%78.04%-
XYZ34.5328.6821.48-
YUV147.73112.35164.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=44.62%
G=28.48%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912712000.360.400.225.3241.3662.55
HexC77F7802428165293f
Octal307177170044502655177
Binary1100011111111111111000010010010100010110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F78; }

 p { color: rgb(199,127,120); }

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

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

 a { background-color: rgb(199,127,120); }

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

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

 span { border-color: rgb(199,127,120); }

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