Html Css Color HEX #D76B68 Roman

📋 copy color: '#D76B68'

red 215 ◦ green 107 ◦ blue 104

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

Shades of Roman #D76B68

Tints of Roman #D76B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 50.47%
G = 25.12%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D76B68 (or 0xD76B68) is known color: Roman. HEX triplet: D7, 6B and 68. RGB value is (215,107,104). Sum of RGB (Red+Green+Blue) = 215+107+104=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B68 is #289497. Grayscale: #8B8B8B. Windows color (decimal): -2659480 or 6843351. OLE color: 6843351.

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

Color convert

RGB 215 107 104 -
CMYK 0 0.50 0.52 0.16
HSL 1.62º 0.58% 0.63% -
HSV(B) 1.62º 0.52% 0.84% -
XYZ 35.78 25.96 16.22 -
YUV 138.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 215 107 104 0 0.50 0.52 0.16 1.62 0.58 0.63
Hex D7 6B 68 0 32 34 10 2 3A 3F
Octal 327 153 150 0 62 64 20 2 72 77
Binary 11010111 1101011 1101000 0 110010 110100 10000 10 111010 111111

Color Harmonies of #D76B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B68

Black with #D76B68

Text Example


Text Example

White with #D76B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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