Html Css Color HEX #D76E68 Roman

📋 copy color: '#D76E68'

red 215 ◦ green 110 ◦ blue 104

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

Shades of Roman #D76E68

Tints of Roman #D76E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

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

R = 50.12%
G = 25.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D76E68 (or 0xD76E68) is known color: Roman. HEX triplet: D7, 6E and 68. RGB value is (215,110,104). Sum of RGB (Red+Green+Blue) = 215+110+104=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E68 is #289197. Grayscale: #8C8C8C. Windows color (decimal): -2658712 or 6844119. OLE color: 6844119.

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

Color convert

RGB 215 110 104 -
CMYK 0 0.49 0.52 0.16
HSL 3.24º 0.58% 0.63% -
HSV(B) 3.24º 0.52% 0.84% -
XYZ 36.1 26.6 16.33 -
YUV 140.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 215 110 104 0 0.49 0.52 0.16 3.24 0.58 0.63
Hex D7 6E 68 0 31 34 10 3 3A 3F
Octal 327 156 150 0 61 64 20 3 72 77
Binary 11010111 1101110 1101000 0 110001 110100 10000 11 111010 111111

Color Harmonies of #D76E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E68

Black with #D76E68

Text Example


Text Example

White with #D76E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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