Html Css Color HEX #D76C5E Roman

📋 copy color: '#D76C5E'

red 215 ◦ green 108 ◦ blue 94

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

Shades of Roman #D76C5E

Tints of Roman #D76C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

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

R = 51.56%
G = 25.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D76C5E (or 0xD76C5E) is known color: Roman. HEX triplet: D7, 6C and 5E. RGB value is (215,108,94). Sum of RGB (Red+Green+Blue) = 215+108+94=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C5E is #2893A1. Grayscale: #8A8A8A. Windows color (decimal): -2659234 or 6188247. OLE color: 6188247.

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

Color convert

RGB 215 108 94 -
CMYK 0 0.50 0.56 0.16
HSL 6.94º 0.6% 0.61% -
HSV(B) 6.94º 0.56% 0.84% -
XYZ 35.41 25.98 13.74 -
YUV 138.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 215 108 94 0 0.50 0.56 0.16 6.94 0.6 0.61
Hex D7 6C 5E 0 32 38 10 7 3C 3D
Octal 327 154 136 0 62 70 20 7 74 75
Binary 11010111 1101100 1011110 0 110010 111000 10000 111 111100 111101

Color Harmonies of #D76C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C5E

Black with #D76C5E

Text Example


Text Example

White with #D76C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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