Html Css Color HEX #D76868 Roman

📋 copy color: '#D76868'

red 215 ◦ green 104 ◦ blue 104

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

Shades of Roman #D76868

Tints of Roman #D76868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 50.83%
G = 24.59%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D76868 (or 0xD76868) is known color: Roman. HEX triplet: D7, 68 and 68. RGB value is (215,104,104). Sum of RGB (Red+Green+Blue) = 215+104+104=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76868 is #289797. Grayscale: #898989. Windows color (decimal): -2660248 or 6842583. OLE color: 6842583.

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

Color convert

RGB 215 104 104 -
CMYK 0 0.52 0.52 0.16
HSL 0.58% 0.63% -
HSV(B) 0.52% 0.84% -
XYZ 35.47 25.35 16.12 -
YUV 137.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 215 104 104 0 0.52 0.52 0.16 0 0.58 0.63
Hex D7 68 68 0 34 34 10 0 3A 3F
Octal 327 150 150 0 64 64 20 0 72 77
Binary 11010111 1101000 1101000 0 110100 110100 10000 0 111010 111111

Color Harmonies of #D76868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76868

Black with #D76868

Text Example


Text Example

White with #D76868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76868; }

 p { color: rgb(215,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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