#C77A7B

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

Shades of Charm #C77A7B

Tints of Charm #C77A7B

Color information

#C77A7B (or 0xC77A7B) is unknown color: approx Charm. HEX triplet: C7, 7A and 7B. RGB value is (199,122,123). Sum of RGB (Red+Green+Blue) = 199+122+123=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A7B is #388584. Grayscale: #919191. Windows color (decimal): -3704197 or 8092359. OLE color: 8092359.

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

Color convert

RGB199122123-
CMYK00.390.380.22
HSL359.22º40.74%62.94%-
HSV(B)359.22º38.69%78.04%-
XYZ34.0927.4922.25-
YUV145.14115.51166.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=44.82%
G=27.48%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912212300.390.380.22359.2240.7462.94
HexC77A7B0272616167293f
Octal30717217304746265475177
Binary1100011111110101111011010011110011010110101100111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A7B; }

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

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

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

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

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

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

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

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