#C7774D

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

Shades of Red Damask #C7774D

Tints of Red Damask #C7774D

Color information

#C7774D (or 0xC7774D) is unknown color: approx Red Damask. HEX triplet: C7, 77 and 4D. RGB value is (199,119,77). Sum of RGB (Red+Green+Blue) = 199+119+77=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7774D is #3888B2. Grayscale: #8A8A8A. Windows color (decimal): -3705011 or 5076935. OLE color: 5076935.

HSL color Cylindrical-coordinate representation of color #C7774D: hue angle of 20.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7774D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19911977-
CMYK00.400.610.22
HSL20.66º52.14%54.12%-
HSV(B)20.66º61.31%78.04%-
XYZ31.4925.8710.36-
YUV138.1393.5171.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=50.38%
G=30.13%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991197700.400.610.2220.6652.1454.12
HexC7774D0283D16153436
Octal3071671150507526256466
Binary110001111110111100110101010001111011011010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7774D; }

 p { color: rgb(199,119,77); }

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

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

 a { background-color: rgb(199,119,77); }

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

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

 span { border-color: rgb(199,119,77); }

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