#DC7B7F

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

Shades of Froly #DC7B7F

Tints of Froly #DC7B7F

Color information

#DC7B7F (or 0xDC7B7F) is unknown color: approx Froly. HEX triplet: DC, 7B and 7F. RGB value is (220,123,127). Sum of RGB (Red+Green+Blue) = 220+123+127=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B7F is #238480. Grayscale: #989898. Windows color (decimal): -2327681 or 8354780. OLE color: 8354780.

HSL color Cylindrical-coordinate representation of color #DC7B7F: hue angle of 357.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B7F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220123127-
CMYK00.440.420.14
HSL357.53º58.08%67.25%-
HSV(B)357.53º44.09%86.27%-
XYZ40.4330.9123.91-
YUV152.46113.64176.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 127 (50% from 255) = 27.02%
R=46.81%
G=26.17%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012312700.440.420.14357.5358.0867.25
HexDC7B7F02C2AE1663a43
Octal334173177054521654672103
Binary1101110011110111111111010110010101011101011001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B7F; }

 p { color: rgb(220,123,127); }

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

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

 a { background-color: rgb(220,123,127); }

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

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

 span { border-color: rgb(220,123,127); }

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