Html Css Color HEX #D77069 Roman

📋 copy color: '#D77069'

red 215 ◦ green 112 ◦ blue 105

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

Shades of Roman #D77069

Tints of Roman #D77069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

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

R = 49.77%
G = 25.93%
B = 24.31%

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

#D77069 (or 0xD77069) is known color: Roman. HEX triplet: D7, 70 and 69. RGB value is (215,112,105). Sum of RGB (Red+Green+Blue) = 215+112+105=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D77069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77069 is #288F96. Grayscale: #8E8E8E. Windows color (decimal): -2658199 or 6910167. OLE color: 6910167.

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

Color convert

RGB 215 112 105 -
CMYK 0 0.48 0.51 0.16
HSL 3.82º 0.58% 0.63% -
HSV(B) 3.82º 0.51% 0.84% -
XYZ 36.37 27.06 16.67 -
YUV 142 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 215 112 105 0 0.48 0.51 0.16 3.82 0.58 0.63
Hex D7 70 69 0 30 33 10 4 3A 3F
Octal 327 160 151 0 60 63 20 4 72 77
Binary 11010111 1110000 1101001 0 110000 110011 10000 100 111010 111111

Color Harmonies of #D77069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77069

Black with #D77069

Text Example


Text Example

White with #D77069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77069; }

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

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

background-color css

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

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

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

border-color css

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

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

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