Html Css Color HEX #D77279 Froly

📋 copy color: '#D77279'

red 215 ◦ green 114 ◦ blue 121

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

Shades of Froly #D77279

Tints of Froly #D77279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

 BLUE value IS 121 (47.66% from 255) = 26.89%

R = 47.78%
G = 25.33%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77279 (or 0xD77279) is known color: Froly. HEX triplet: D7, 72 and 79. RGB value is (215,114,121). Sum of RGB (Red+Green+Blue) = 215+114+121=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77279 is #288D86. Grayscale: #919191. Windows color (decimal): -2657671 or 7959255. OLE color: 7959255.

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

Color convert

RGB 215 114 121 -
CMYK 0 0.47 0.44 0.16
HSL 355.84º 0.56% 0.65% -
HSV(B) 355.84º 0.47% 0.84% -
XYZ 37.49 27.86 21.49 -
YUV 145 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 215 114 121 0 0.47 0.44 0.16 355.84 0.56 0.65
Hex D7 72 79 0 2F 2C 10 164 38 41
Octal 327 162 171 0 57 54 20 544 70 101
Binary 11010111 1110010 1111001 0 101111 101100 10000 101100100 111000 1000001

Color Harmonies of #D77279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77279

Black with #D77279

Text Example


Text Example

White with #D77279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77279; }

 p { color: rgb(215,114,121); }

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

background-color css

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

 a { background-color: rgb(215,114,121); }

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

border-color css

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

 span { border-color: rgb(215,114,121); }

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