Html Css Color HEX #D77078 Froly

📋 copy color: '#D77078'

red 215 ◦ green 112 ◦ blue 120

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

Shades of Froly #D77078

Tints of Froly #D77078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 48.1%
G = 25.06%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77078 (or 0xD77078) is known color: Froly. HEX triplet: D7, 70 and 78. RGB value is (215,112,120). Sum of RGB (Red+Green+Blue) = 215+112+120=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77078 is #288F87. Grayscale: #8F8F8F. Windows color (decimal): -2658184 or 7893207. OLE color: 7893207.

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

Color convert

RGB 215 112 120 -
CMYK 0 0.48 0.44 0.16
HSL 355.34º 0.56% 0.64% -
HSV(B) 355.34º 0.48% 0.84% -
XYZ 37.21 27.39 21.1 -
YUV 143.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 215 112 120 0 0.48 0.44 0.16 355.34 0.56 0.64
Hex D7 70 78 0 30 2C 10 163 38 40
Octal 327 160 170 0 60 54 20 543 70 100
Binary 11010111 1110000 1111000 0 110000 101100 10000 101100011 111000 1000000

Color Harmonies of #D77078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77078

Black with #D77078

Text Example


Text Example

White with #D77078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77078; }

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

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

background-color css

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

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

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

border-color css

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

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

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