Html Css Color HEX #D76C69 Roman

📋 copy color: '#D76C69'

red 215 ◦ green 108 ◦ blue 105

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

Shades of Roman #D76C69

Tints of Roman #D76C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.23%

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

R = 50.23%
G = 25.23%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D76C69 (or 0xD76C69) is known color: Roman. HEX triplet: D7, 6C and 69. RGB value is (215,108,105). Sum of RGB (Red+Green+Blue) = 215+108+105=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C69 is #289396. Grayscale: #8B8B8B. Windows color (decimal): -2659223 or 6909143. OLE color: 6909143.

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

Color convert

RGB 215 108 105 -
CMYK 0 0.50 0.51 0.16
HSL 1.64º 0.58% 0.63% -
HSV(B) 1.64º 0.51% 0.84% -
XYZ 35.94 26.19 16.53 -
YUV 139.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 215 108 105 0 0.50 0.51 0.16 1.64 0.58 0.63
Hex D7 6C 69 0 32 33 10 2 3A 3F
Octal 327 154 151 0 62 63 20 2 72 77
Binary 11010111 1101100 1101001 0 110010 110011 10000 10 111010 111111

Color Harmonies of #D76C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C69

Black with #D76C69

Text Example


Text Example

White with #D76C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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