Html Css Color HEX #D76E6A Roman

📋 copy color: '#D76E6A'

red 215 ◦ green 110 ◦ blue 106

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

Shades of Roman #D76E6A

Tints of Roman #D76E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 49.88%
G = 25.52%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D76E6A (or 0xD76E6A) is known color: Roman. HEX triplet: D7, 6E and 6A. RGB value is (215,110,106). Sum of RGB (Red+Green+Blue) = 215+110+106=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E6A is #289195. Grayscale: #8D8D8D. Windows color (decimal): -2658710 or 6975191. OLE color: 6975191.

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

Color convert

RGB 215 110 106 -
CMYK 0 0.49 0.51 0.16
HSL 2.2º 0.58% 0.63% -
HSV(B) 2.2º 0.51% 0.84% -
XYZ 36.2 26.64 16.87 -
YUV 140.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 215 110 106 0 0.49 0.51 0.16 2.2 0.58 0.63
Hex D7 6E 6A 0 31 33 10 2 3A 3F
Octal 327 156 152 0 61 63 20 2 72 77
Binary 11010111 1101110 1101010 0 110001 110011 10000 10 111010 111111

Color Harmonies of #D76E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E6A

Black with #D76E6A

Text Example


Text Example

White with #D76E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E6A; }

 p { color: rgb(215,110,106); }

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

background-color css

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

 a { background-color: rgb(215,110,106); }

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

border-color css

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

 span { border-color: rgb(215,110,106); }

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