Html Css Color HEX #D76C73 Froly

📋 copy color: '#D76C73'

red 215 ◦ green 108 ◦ blue 115

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

Shades of Froly #D76C73

Tints of Froly #D76C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 49.09%
G = 24.66%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76C73 (or 0xD76C73) is known color: Froly. HEX triplet: D7, 6C and 73. RGB value is (215,108,115). Sum of RGB (Red+Green+Blue) = 215+108+115=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C73 is #28938C. Grayscale: #8C8C8C. Windows color (decimal): -2659213 or 7564503. OLE color: 7564503.

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

Color convert

RGB 215 108 115 -
CMYK 0 0.50 0.47 0.16
HSL 356.07º 0.57% 0.63% -
HSV(B) 356.07º 0.5% 0.84% -
XYZ 36.48 26.41 19.39 -
YUV 140.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 215 108 115 0 0.50 0.47 0.16 356.07 0.57 0.63
Hex D7 6C 73 0 32 2F 10 164 39 3F
Octal 327 154 163 0 62 57 20 544 71 77
Binary 11010111 1101100 1110011 0 110010 101111 10000 101100100 111001 111111

Color Harmonies of #D76C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C73

Black with #D76C73

Text Example


Text Example

White with #D76C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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