Html Css Color HEX #D76955 Roman

📋 copy color: '#D76955'

red 215 ◦ green 105 ◦ blue 85

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

Shades of Roman #D76955

Tints of Roman #D76955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 53.09%
G = 25.93%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76955 (or 0xD76955) is known color: Roman. HEX triplet: D7, 69 and 55. RGB value is (215,105,85). Sum of RGB (Red+Green+Blue) = 215+105+85=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D76955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76955 is #2896AA. Grayscale: #878787. Windows color (decimal): -2660011 or 5597655. OLE color: 5597655.

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

Color convert

RGB 215 105 85 -
CMYK 0 0.51 0.60 0.16
HSL 9.23º 0.62% 0.59% -
HSV(B) 9.23º 0.6% 0.84% -
XYZ 34.72 25.21 11.63 -
YUV 135.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 215 105 85 0 0.51 0.60 0.16 9.23 0.62 0.59
Hex D7 69 55 0 33 3C 10 9 3E 3B
Octal 327 151 125 0 63 74 20 11 76 73
Binary 11010111 1101001 1010101 0 110011 111100 10000 1001 111110 111011

Color Harmonies of #D76955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76955

Black with #D76955

Text Example


Text Example

White with #D76955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76955; }

 p { color: rgb(215,105,85); }

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

background-color css

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

 a { background-color: rgb(215,105,85); }

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

border-color css

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

 span { border-color: rgb(215,105,85); }

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