Html Css Color HEX #D76F68 Roman

📋 copy color: '#D76F68'

red 215 ◦ green 111 ◦ blue 104

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

Shades of Roman #D76F68

Tints of Roman #D76F68

RGB

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

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

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

R = 50%
G = 25.81%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D76F68 (or 0xD76F68) is known color: Roman. HEX triplet: D7, 6F and 68. RGB value is (215,111,104). Sum of RGB (Red+Green+Blue) = 215+111+104=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F68 is #289097. Grayscale: #8D8D8D. Windows color (decimal): -2658456 or 6844375. OLE color: 6844375.

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

Color convert

RGB 215 111 104 -
CMYK 0 0.48 0.52 0.16
HSL 3.78º 0.58% 0.63% -
HSV(B) 3.78º 0.52% 0.84% -
XYZ 36.21 26.82 16.36 -
YUV 141.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 215 111 104 0 0.48 0.52 0.16 3.78 0.58 0.63
Hex D7 6F 68 0 30 34 10 4 3A 3F
Octal 327 157 150 0 60 64 20 4 72 77
Binary 11010111 1101111 1101000 0 110000 110100 10000 100 111010 111111

Color Harmonies of #D76F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F68

Black with #D76F68

Text Example


Text Example

White with #D76F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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