#C77F8F

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

Shades of Puce #C77F8F

Tints of Puce #C77F8F

Color information

#C77F8F (or 0xC77F8F) is unknown color: approx Puce. HEX triplet: C7, 7F and 8F. RGB value is (199,127,143). Sum of RGB (Red+Green+Blue) = 199+127+143=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F8F is #388070. Grayscale: #969696. Windows color (decimal): -3702897 or 9404359. OLE color: 9404359.

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

Color convert

RGB199127143-
CMYK00.360.280.22
HSL346.67º39.13%63.92%-
HSV(B)346.67º36.18%78.04%-
XYZ36.129.329.74-
YUV150.35123.85162.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=42.43%
G=27.08%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912714300.360.280.22346.6739.1363.92
HexC77F8F0241C1615b2740
Octal307177217044342653347100
Binary11000111111111110001111010010011100101101010110111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F8F; }

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

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

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

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

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

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

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

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