Html Css Color HEX #D76F69 Roman

📋 copy color: '#D76F69'

red 215 ◦ green 111 ◦ blue 105

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

Shades of Roman #D76F69

Tints of Roman #D76F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.75%

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 49.88%
G = 25.75%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D76F69 (or 0xD76F69) is known color: Roman. HEX triplet: D7, 6F and 69. RGB value is (215,111,105). Sum of RGB (Red+Green+Blue) = 215+111+105=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F69 is #289096. Grayscale: #8D8D8D. Windows color (decimal): -2658455 or 6909911. OLE color: 6909911.

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

Color convert

RGB 215 111 105 -
CMYK 0 0.48 0.51 0.16
HSL 3.27º 0.58% 0.63% -
HSV(B) 3.27º 0.51% 0.84% -
XYZ 36.26 26.84 16.63 -
YUV 141.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 215 111 105 0 0.48 0.51 0.16 3.27 0.58 0.63
Hex D7 6F 69 0 30 33 10 3 3A 3F
Octal 327 157 151 0 60 63 20 3 72 77
Binary 11010111 1101111 1101001 0 110000 110011 10000 11 111010 111111

Color Harmonies of #D76F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F69

Black with #D76F69

Text Example


Text Example

White with #D76F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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