Html Css Color HEX #D77275 Froly

📋 copy color: '#D77275'

red 215 ◦ green 114 ◦ blue 117

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

Shades of Froly #D77275

Tints of Froly #D77275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 48.21%
G = 25.56%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77275 (or 0xD77275) is known color: Froly. HEX triplet: D7, 72 and 75. RGB value is (215,114,117). Sum of RGB (Red+Green+Blue) = 215+114+117=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77275 is #288D8A. Grayscale: #909090. Windows color (decimal): -2657675 or 7697111. OLE color: 7697111.

HSL color Cylindrical-coordinate representation of color #D77275: hue angle of 358.22º 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 #D77275 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 117 -
CMYK 0 0.47 0.46 0.16
HSL 358.22º 0.56% 0.65% -
HSV(B) 358.22º 0.47% 0.84% -
XYZ 37.25 27.77 20.23 -
YUV 144.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 215 114 117 0 0.47 0.46 0.16 358.22 0.56 0.65
Hex D7 72 75 0 2F 2E 10 166 38 41
Octal 327 162 165 0 57 56 20 546 70 101
Binary 11010111 1110010 1110101 0 101111 101110 10000 101100110 111000 1000001

Color Harmonies of #D77275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77275

Black with #D77275

Text Example


Text Example

White with #D77275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77275; }

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

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

background-color css

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

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

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

border-color css

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

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

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