Html Css Color HEX #D76C5D Roman

📋 copy color: '#D76C5D'

red 215 ◦ green 108 ◦ blue 93

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

Shades of Roman #D76C5D

Tints of Roman #D76C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 51.68%
G = 25.96%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D76C5D (or 0xD76C5D) is known color: Roman. HEX triplet: D7, 6C and 5D. RGB value is (215,108,93). Sum of RGB (Red+Green+Blue) = 215+108+93=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C5D is #2893A2. Grayscale: #8A8A8A. Windows color (decimal): -2659235 or 6122711. OLE color: 6122711.

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

Color convert

RGB 215 108 93 -
CMYK 0 0.50 0.57 0.16
HSL 7.38º 0.6% 0.6% -
HSV(B) 7.38º 0.57% 0.84% -
XYZ 35.36 25.96 13.5 -
YUV 138.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 215 108 93 0 0.50 0.57 0.16 7.38 0.6 0.6
Hex D7 6C 5D 0 32 39 10 7 3C 3C
Octal 327 154 135 0 62 71 20 7 74 74
Binary 11010111 1101100 1011101 0 110010 111001 10000 111 111100 111100

Color Harmonies of #D76C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C5D

Black with #D76C5D

Text Example


Text Example

White with #D76C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C5D; }

 p { color: rgb(215,108,93); }

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

background-color css

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

 a { background-color: rgb(215,108,93); }

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

border-color css

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

 span { border-color: rgb(215,108,93); }

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