Html Css Color HEX #D76B60 Roman

📋 copy color: '#D76B60'

red 215 ◦ green 107 ◦ blue 96

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

Shades of Roman #D76B60

Tints of Roman #D76B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 51.44%
G = 25.6%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D76B60 (or 0xD76B60) is known color: Roman. HEX triplet: D7, 6B and 60. RGB value is (215,107,96). Sum of RGB (Red+Green+Blue) = 215+107+96=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B60 is #28949F. Grayscale: #8A8A8A. Windows color (decimal): -2659488 or 6319063. OLE color: 6319063.

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

Color convert

RGB 215 107 96 -
CMYK 0 0.50 0.55 0.16
HSL 5.55º 0.6% 0.61% -
HSV(B) 5.55º 0.55% 0.84% -
XYZ 35.39 25.81 14.18 -
YUV 138.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 215 107 96 0 0.50 0.55 0.16 5.55 0.6 0.61
Hex D7 6B 60 0 32 37 10 6 3C 3D
Octal 327 153 140 0 62 67 20 6 74 75
Binary 11010111 1101011 1100000 0 110010 110111 10000 110 111100 111101

Color Harmonies of #D76B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B60

Black with #D76B60

Text Example


Text Example

White with #D76B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B60; }

 p { color: rgb(215,107,96); }

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

background-color css

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

 a { background-color: rgb(215,107,96); }

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

border-color css

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

 span { border-color: rgb(215,107,96); }

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