Html Css Color HEX #D76F66 Roman

📋 copy color: '#D76F66'

red 215 ◦ green 111 ◦ blue 102

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

Shades of Roman #D76F66

Tints of Roman #D76F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 50.23%
G = 25.93%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76F66 (or 0xD76F66) is known color: Roman. HEX triplet: D7, 6F and 66. RGB value is (215,111,102). Sum of RGB (Red+Green+Blue) = 215+111+102=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F66 is #289099. Grayscale: #8D8D8D. Windows color (decimal): -2658458 or 6713303. OLE color: 6713303.

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

Color convert

RGB 215 111 102 -
CMYK 0 0.48 0.53 0.16
HSL 4.78º 0.59% 0.62% -
HSV(B) 4.78º 0.53% 0.84% -
XYZ 36.11 26.78 15.84 -
YUV 141.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 215 111 102 0 0.48 0.53 0.16 4.78 0.59 0.62
Hex D7 6F 66 0 30 35 10 5 3B 3E
Octal 327 157 146 0 60 65 20 5 73 76
Binary 11010111 1101111 1100110 0 110000 110101 10000 101 111011 111110

Color Harmonies of #D76F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F66

Black with #D76F66

Text Example


Text Example

White with #D76F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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