Html Css Color HEX #D76A6C Froly

📋 copy color: '#D76A6C'

red 215 ◦ green 106 ◦ blue 108

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

Shades of Froly #D76A6C

Tints of Froly #D76A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 50.12%
G = 24.71%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D76A6C (or 0xD76A6C) is known color: Froly. HEX triplet: D7, 6A and 6C. RGB value is (215,106,108). Sum of RGB (Red+Green+Blue) = 215+106+108=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A6C is #289593. Grayscale: #8A8A8A. Windows color (decimal): -2659732 or 7105239. OLE color: 7105239.

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

Color convert

RGB 215 106 108 -
CMYK 0 0.51 0.50 0.16
HSL 358.9º 0.58% 0.63% -
HSV(B) 358.9º 0.51% 0.84% -
XYZ 35.89 25.84 17.28 -
YUV 138.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 215 106 108 0 0.51 0.50 0.16 358.9 0.58 0.63
Hex D7 6A 6C 0 33 32 10 167 3A 3F
Octal 327 152 154 0 63 62 20 547 72 77
Binary 11010111 1101010 1101100 0 110011 110010 10000 101100111 111010 111111

Color Harmonies of #D76A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A6C

Black with #D76A6C

Text Example


Text Example

White with #D76A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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