Html Css Color HEX #D76E66 Roman

📋 copy color: '#D76E66'

red 215 ◦ green 110 ◦ blue 102

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

Shades of Roman #D76E66

Tints of Roman #D76E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 50.35%
G = 25.76%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76E66 (or 0xD76E66) is known color: Roman. HEX triplet: D7, 6E and 66. RGB value is (215,110,102). Sum of RGB (Red+Green+Blue) = 215+110+102=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E66 is #289199. Grayscale: #8C8C8C. Windows color (decimal): -2658714 or 6713047. OLE color: 6713047.

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

Color convert

RGB 215 110 102 -
CMYK 0 0.49 0.53 0.16
HSL 4.25º 0.59% 0.62% -
HSV(B) 4.25º 0.53% 0.84% -
XYZ 36 26.56 15.8 -
YUV 140.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 215 110 102 0 0.49 0.53 0.16 4.25 0.59 0.62
Hex D7 6E 66 0 31 35 10 4 3B 3E
Octal 327 156 146 0 61 65 20 4 73 76
Binary 11010111 1101110 1100110 0 110001 110101 10000 100 111011 111110

Color Harmonies of #D76E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E66

Black with #D76E66

Text Example


Text Example

White with #D76E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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