Html Css Color HEX #D76D70 Froly

📋 copy color: '#D76D70'

red 215 ◦ green 109 ◦ blue 112

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

Shades of Froly #D76D70

Tints of Froly #D76D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 49.31%
G = 25%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D76D70 (or 0xD76D70) is known color: Froly. HEX triplet: D7, 6D and 70. RGB value is (215,109,112). Sum of RGB (Red+Green+Blue) = 215+109+112=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D70 is #28928F. Grayscale: #8D8D8D. Windows color (decimal): -2658960 or 7368151. OLE color: 7368151.

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

Color convert

RGB 215 109 112 -
CMYK 0 0.49 0.48 0.16
HSL 358.3º 0.57% 0.64% -
HSV(B) 358.3º 0.49% 0.84% -
XYZ 36.42 26.55 18.54 -
YUV 141.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 215 109 112 0 0.49 0.48 0.16 358.3 0.57 0.64
Hex D7 6D 70 0 31 30 10 166 39 40
Octal 327 155 160 0 61 60 20 546 71 100
Binary 11010111 1101101 1110000 0 110001 110000 10000 101100110 111001 1000000

Color Harmonies of #D76D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D70

Black with #D76D70

Text Example


Text Example

White with #D76D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D70; }

 p { color: rgb(215,109,112); }

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

background-color css

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

 a { background-color: rgb(215,109,112); }

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

border-color css

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

 span { border-color: rgb(215,109,112); }

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