Html Css Color HEX #D76A66 Roman

📋 copy color: '#D76A66'

red 215 ◦ green 106 ◦ blue 102

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

Shades of Roman #D76A66

Tints of Roman #D76A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

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

R = 50.83%
G = 25.06%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76A66 (or 0xD76A66) is known color: Roman. HEX triplet: D7, 6A and 66. RGB value is (215,106,102). Sum of RGB (Red+Green+Blue) = 215+106+102=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A66 is #289599. Grayscale: #8A8A8A. Windows color (decimal): -2659738 or 6712023. OLE color: 6712023.

HSL color Cylindrical-coordinate representation of color #D76A66: hue angle of 2.12º 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 #D76A66 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 102 -
CMYK 0 0.51 0.53 0.16
HSL 2.12º 0.59% 0.62% -
HSV(B) 2.12º 0.53% 0.84% -
XYZ 35.58 25.71 15.66 -
YUV 138.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 215 106 102 0 0.51 0.53 0.16 2.12 0.59 0.62
Hex D7 6A 66 0 33 35 10 2 3B 3E
Octal 327 152 146 0 63 65 20 2 73 76
Binary 11010111 1101010 1100110 0 110011 110101 10000 10 111011 111110

Color Harmonies of #D76A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A66

Black with #D76A66

Text Example


Text Example

White with #D76A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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