Html Css Color HEX #D77578 Froly

📋 copy color: '#D77578'

red 215 ◦ green 117 ◦ blue 120

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

Shades of Froly #D77578

Tints of Froly #D77578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 47.57%
G = 25.88%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77578 (or 0xD77578) is known color: Froly. HEX triplet: D7, 75 and 78. RGB value is (215,117,120). Sum of RGB (Red+Green+Blue) = 215+117+120=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D77578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77578 is #288A87. Grayscale: #929292. Windows color (decimal): -2656904 or 7894487. OLE color: 7894487.

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

Color convert

RGB 215 117 120 -
CMYK 0 0.46 0.44 0.16
HSL 358.16º 0.55% 0.65% -
HSV(B) 358.16º 0.46% 0.84% -
XYZ 37.78 28.53 21.28 -
YUV 146.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 215 117 120 0 0.46 0.44 0.16 358.16 0.55 0.65
Hex D7 75 78 0 2E 2C 10 166 37 41
Octal 327 165 170 0 56 54 20 546 67 101
Binary 11010111 1110101 1111000 0 101110 101100 10000 101100110 110111 1000001

Color Harmonies of #D77578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77578

Black with #D77578

Text Example


Text Example

White with #D77578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77578; }

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

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

background-color css

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

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

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

border-color css

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

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

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