Html Css Color HEX #D77073 Froly

📋 copy color: '#D77073'

red 215 ◦ green 112 ◦ blue 115

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

Shades of Froly #D77073

Tints of Froly #D77073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 48.64%
G = 25.34%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77073 (or 0xD77073) is known color: Froly. HEX triplet: D7, 70 and 73. RGB value is (215,112,115). Sum of RGB (Red+Green+Blue) = 215+112+115=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D77073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77073 is #288F8C. Grayscale: #8F8F8F. Windows color (decimal): -2658189 or 7565527. OLE color: 7565527.

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

Color convert

RGB 215 112 115 -
CMYK 0 0.48 0.47 0.16
HSL 358.25º 0.56% 0.64% -
HSV(B) 358.25º 0.48% 0.84% -
XYZ 36.91 27.27 19.54 -
YUV 143.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 215 112 115 0 0.48 0.47 0.16 358.25 0.56 0.64
Hex D7 70 73 0 30 2F 10 166 38 40
Octal 327 160 163 0 60 57 20 546 70 100
Binary 11010111 1110000 1110011 0 110000 101111 10000 101100110 111000 1000000

Color Harmonies of #D77073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77073

Black with #D77073

Text Example


Text Example

White with #D77073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77073; }

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

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

background-color css

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

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

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

border-color css

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

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

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