Html Css Color HEX #D7754F Red Damask

📋 copy color: '#D7754F'

red 215 ◦ green 117 ◦ blue 79

#D7754F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D7754F

Tints of Red Damask #D7754F

RGB

 RED value IS 215 (84.38% from 255) = 52.31%

 GREEN value IS 117 (46.09% from 255) = 28.47%

 BLUE value IS 79 (31.25% from 255) = 19.22%

R = 52.31%
G = 28.47%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7754F (or 0xD7754F) is known color: Red Damask. HEX triplet: D7, 75 and 4F. RGB value is (215,117,79). Sum of RGB (Red+Green+Blue) = 215+117+79=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7754F is #288AB0. Grayscale: #8E8E8E. Windows color (decimal): -2656945 or 5207511. OLE color: 5207511.

HSL color Cylindrical-coordinate representation of color #D7754F: hue angle of 16.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7754F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 79 -
CMYK 0 0.46 0.63 0.16
HSL 16.76º 0.63% 0.58% -
HSV(B) 16.76º 0.63% 0.84% -
XYZ 35.8 27.73 10.86 -
YUV 141.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 215 117 79 0 0.46 0.63 0.16 16.76 0.63 0.58
Hex D7 75 4F 0 2E 3F 10 11 3F 3A
Octal 327 165 117 0 56 77 20 21 77 72
Binary 11010111 1110101 1001111 0 101110 111111 10000 10001 111111 111010

Color Harmonies of #D7754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7754F

Black with #D7754F

Text Example


Text Example

White with #D7754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7754F; }

 p { color: rgb(215,117,79); }

 H1.HeaderClassName
 {
   color: #D7754F;
 }
 .AnyTagClassName
 {
   color: #D7754F;
 }
</style>

background-color css

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

 a { background-color: rgb(215,117,79); }

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

border-color css

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

 span { border-color: rgb(215,117,79); }

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