Html Css Color HEX #D76656 Roman

📋 copy color: '#D76656'

red 215 ◦ green 102 ◦ blue 86

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

Shades of Roman #D76656

Tints of Roman #D76656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 86 (33.98% from 255) = 21.34%

R = 53.35%
G = 25.31%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D76656 (or 0xD76656) is known color: Roman. HEX triplet: D7, 66 and 56. RGB value is (215,102,86). Sum of RGB (Red+Green+Blue) = 215+102+86=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D76656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76656 is #2899A9. Grayscale: #868686. Windows color (decimal): -2660778 or 5662423. OLE color: 5662423.

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

Color convert

RGB 215 102 86 -
CMYK 0 0.53 0.6 0.16
HSL 7.44º 0.62% 0.59% -
HSV(B) 7.44º 0.6% 0.84% -
XYZ 34.46 24.62 11.74 -
YUV 133.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 215 102 86 0 0.53 0.6 0.16 7.44 0.62 0.59
Hex D7 66 56 0 35 3C 10 7 3E 3B
Octal 327 146 126 0 65 74 20 7 76 73
Binary 11010111 1100110 1010110 0 110101 111100 10000 111 111110 111011

Color Harmonies of #D76656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76656

Black with #D76656

Text Example


Text Example

White with #D76656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76656; }

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

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

background-color css

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

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

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

border-color css

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

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

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