Html Css Color HEX #D76A75 Froly

📋 copy color: '#D76A75'

red 215 ◦ green 106 ◦ blue 117

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

Shades of Froly #D76A75

Tints of Froly #D76A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 49.09%
G = 24.2%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D76A75 (or 0xD76A75) is known color: Froly. HEX triplet: D7, 6A and 75. RGB value is (215,106,117). Sum of RGB (Red+Green+Blue) = 215+106+117=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A75 is #28958A. Grayscale: #8B8B8B. Windows color (decimal): -2659723 or 7695063. OLE color: 7695063.

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

Color convert

RGB 215 106 117 -
CMYK 0 0.51 0.46 0.16
HSL 353.94º 0.58% 0.63% -
HSV(B) 353.94º 0.51% 0.84% -
XYZ 36.39 26.04 19.94 -
YUV 139.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 215 106 117 0 0.51 0.46 0.16 353.94 0.58 0.63
Hex D7 6A 75 0 33 2E 10 162 3A 3F
Octal 327 152 165 0 63 56 20 542 72 77
Binary 11010111 1101010 1110101 0 110011 101110 10000 101100010 111010 111111

Color Harmonies of #D76A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A75

Black with #D76A75

Text Example


Text Example

White with #D76A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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