Html Css Color HEX #D97C7E Froly

📋 copy color: '#D97C7E'

red 217 ◦ green 124 ◦ blue 126

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

Shades of Froly #D97C7E

Tints of Froly #D97C7E

RGB

 RED value IS 217 (85.16% from 255) = 46.47%

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 46.47%
G = 26.55%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D97C7E (or 0xD97C7E) is known color: Froly. HEX triplet: D9, 7C and 7E. RGB value is (217,124,126). Sum of RGB (Red+Green+Blue) = 217+124+126=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C7E is #268381. Grayscale: #989898. Windows color (decimal): -2524034 or 8289497. OLE color: 8289497.

HSL color Cylindrical-coordinate representation of color #D97C7E: hue angle of 358.71º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97C7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 126 -
CMYK 0 0.43 0.42 0.15
HSL 358.71º 0.55% 0.67% -
HSV(B) 358.71º 0.43% 0.85% -
XYZ 39.59 30.67 23.57 -
YUV 152.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 217 124 126 0 0.43 0.42 0.15 358.71 0.55 0.67
Hex D9 7C 7E 0 2B 2A F 167 37 43
Octal 331 174 176 0 53 52 17 547 67 103
Binary 11011001 1111100 1111110 0 101011 101010 1111 101100111 110111 1000011

Color Harmonies of #D97C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C7E

Black with #D97C7E

Text Example


Text Example

White with #D97C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C7E; }

 p { color: rgb(217,124,126); }

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

background-color css

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

 a { background-color: rgb(217,124,126); }

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

border-color css

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

 span { border-color: rgb(217,124,126); }

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