Html Css Color HEX #D76A5E Roman

📋 copy color: '#D76A5E'

red 215 ◦ green 106 ◦ blue 94

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

Shades of Roman #D76A5E

Tints of Roman #D76A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 51.81%
G = 25.54%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D76A5E (or 0xD76A5E) is known color: Roman. HEX triplet: D7, 6A and 5E. RGB value is (215,106,94). Sum of RGB (Red+Green+Blue) = 215+106+94=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A5E is #2895A1. Grayscale: #898989. Windows color (decimal): -2659746 or 6187735. OLE color: 6187735.

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

Color convert

RGB 215 106 94 -
CMYK 0 0.51 0.56 0.16
HSL 5.95º 0.6% 0.61% -
HSV(B) 5.95º 0.56% 0.84% -
XYZ 35.2 25.56 13.67 -
YUV 137.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 215 106 94 0 0.51 0.56 0.16 5.95 0.6 0.61
Hex D7 6A 5E 0 33 38 10 6 3C 3D
Octal 327 152 136 0 63 70 20 6 74 75
Binary 11010111 1101010 1011110 0 110011 111000 10000 110 111100 111101

Color Harmonies of #D76A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A5E

Black with #D76A5E

Text Example


Text Example

White with #D76A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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