Html Css Color HEX #D8747A Froly

📋 copy color: '#D8747A'

red 216 ◦ green 116 ◦ blue 122

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

Shades of Froly #D8747A

Tints of Froly #D8747A

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

 GREEN value IS 116 (45.7% from 255) = 25.55%

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 47.58%
G = 25.55%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8747A (or 0xD8747A) is known color: Froly. HEX triplet: D8, 74 and 7A. RGB value is (216,116,122). Sum of RGB (Red+Green+Blue) = 216+116+122=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8747A is #278B85. Grayscale: #929292. Windows color (decimal): -2591622 or 8025304. OLE color: 8025304.

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

Color convert

RGB 216 116 122 -
CMYK 0 0.46 0.44 0.15
HSL 356.4º 0.56% 0.65% -
HSV(B) 356.4º 0.46% 0.85% -
XYZ 38.08 28.49 21.91 -
YUV 146.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 216 116 122 0 0.46 0.44 0.15 356.4 0.56 0.65
Hex D8 74 7A 0 2E 2C F 164 38 41
Octal 330 164 172 0 56 54 17 544 70 101
Binary 11011000 1110100 1111010 0 101110 101100 1111 101100100 111000 1000001

Color Harmonies of #D8747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8747A

Black with #D8747A

Text Example


Text Example

White with #D8747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8747A; }

 p { color: rgb(216,116,122); }

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

background-color css

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

 a { background-color: rgb(216,116,122); }

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

border-color css

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

 span { border-color: rgb(216,116,122); }

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