#C77B7C

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

Shades of Charm #C77B7C

Tints of Charm #C77B7C

Color information

#C77B7C (or 0xC77B7C) is unknown color: approx Charm. HEX triplet: C7, 7B and 7C. RGB value is (199,123,124). Sum of RGB (Red+Green+Blue) = 199+123+124=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B7C is #388483. Grayscale: #919191. Windows color (decimal): -3703940 or 8158151. OLE color: 8158151.

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

Color convert

RGB199123124-
CMYK00.380.380.22
HSL359.21º40.43%63.14%-
HSV(B)359.21º38.19%78.04%-
XYZ34.2727.7622.62-
YUV145.84115.68165.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=44.62%
G=27.58%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912312400.380.380.22359.2140.4363.14
HexC77B7C0262616167283f
Octal30717317404646265475077
Binary1100011111110111111100010011010011010110101100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B7C; }

 p { color: rgb(199,123,124); }

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

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

 a { background-color: rgb(199,123,124); }

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

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

 span { border-color: rgb(199,123,124); }

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