#C7764D

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

Shades of Red Damask #C7764D

Tints of Red Damask #C7764D

Color information

#C7764D (or 0xC7764D) is unknown color: approx Red Damask. HEX triplet: C7, 76 and 4D. RGB value is (199,118,77). Sum of RGB (Red+Green+Blue) = 199+118+77=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7764D is #3889B2. Grayscale: #898989. Windows color (decimal): -3705267 or 5076679. OLE color: 5076679.

HSL color Cylindrical-coordinate representation of color #C7764D: hue angle of 20.16º 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 #C7764D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19911877-
CMYK00.410.610.22
HSL20.16º52.14%54.12%-
HSV(B)20.16º61.31%78.04%-
XYZ31.3725.6310.32-
YUV137.5493.84171.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=50.51%
G=29.95%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991187700.410.610.2220.1652.1454.12
HexC7764D0293D16143436
Octal3071661150517526246466
Binary110001111110110100110101010011111011011010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7764D; }

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

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

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

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

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

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

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

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