Html Css Color HEX #D76B6F Froly

📋 copy color: '#D76B6F'

red 215 ◦ green 107 ◦ blue 111

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

Shades of Froly #D76B6F

Tints of Froly #D76B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 49.65%
G = 24.71%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D76B6F (or 0xD76B6F) is known color: Froly. HEX triplet: D7, 6B and 6F. RGB value is (215,107,111). Sum of RGB (Red+Green+Blue) = 215+107+111=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B6F is #289490. Grayscale: #8B8B8B. Windows color (decimal): -2659473 or 7302103. OLE color: 7302103.

HSL color Cylindrical-coordinate representation of color #D76B6F: hue angle of 357.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B6F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 111 -
CMYK 0 0.50 0.48 0.16
HSL 357.78º 0.57% 0.63% -
HSV(B) 357.78º 0.5% 0.84% -
XYZ 36.15 26.11 18.17 -
YUV 139.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 215 107 111 0 0.50 0.48 0.16 357.78 0.57 0.63
Hex D7 6B 6F 0 32 30 10 166 39 3F
Octal 327 153 157 0 62 60 20 546 71 77
Binary 11010111 1101011 1101111 0 110010 110000 10000 101100110 111001 111111

Color Harmonies of #D76B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B6F

Black with #D76B6F

Text Example


Text Example

White with #D76B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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