Html Css Color HEX #D76770 Froly

📋 copy color: '#D76770'

red 215 ◦ green 103 ◦ blue 112

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

Shades of Froly #D76770

Tints of Froly #D76770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

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

R = 50%
G = 23.95%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D76770 (or 0xD76770) is known color: Froly. HEX triplet: D7, 67 and 70. RGB value is (215,103,112). Sum of RGB (Red+Green+Blue) = 215+103+112=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D76770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76770 is #28988F. Grayscale: #898989. Windows color (decimal): -2660496 or 7366615. OLE color: 7366615.

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

Color convert

RGB 215 103 112 -
CMYK 0 0.52 0.48 0.16
HSL 355.18º 0.58% 0.62% -
HSV(B) 355.18º 0.52% 0.84% -
XYZ 35.8 25.32 18.33 -
YUV 137.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 215 103 112 0 0.52 0.48 0.16 355.18 0.58 0.62
Hex D7 67 70 0 34 30 10 163 3A 3E
Octal 327 147 160 0 64 60 20 543 72 76
Binary 11010111 1100111 1110000 0 110100 110000 10000 101100011 111010 111110

Color Harmonies of #D76770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76770

Black with #D76770

Text Example


Text Example

White with #D76770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76770; }

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

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

background-color css

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

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

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

border-color css

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

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

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