Html Css Color HEX #D97A7B Froly

📋 copy color: '#D97A7B'

red 217 ◦ green 122 ◦ blue 123

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

Shades of Froly #D97A7B

Tints of Froly #D97A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 46.97%
G = 26.41%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D97A7B (or 0xD97A7B) is known color: Froly. HEX triplet: D9, 7A and 7B. RGB value is (217,122,123). Sum of RGB (Red+Green+Blue) = 217+122+123=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A7B is #268584. Grayscale: #969696. Windows color (decimal): -2524549 or 8092377. OLE color: 8092377.

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

Color convert

RGB 217 122 123 -
CMYK 0 0.44 0.43 0.15
HSL 359.37º 0.56% 0.66% -
HSV(B) 359.37º 0.44% 0.85% -
XYZ 39.15 30.1 22.49 -
YUV 150.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 217 122 123 0 0.44 0.43 0.15 359.37 0.56 0.66
Hex D9 7A 7B 0 2C 2B F 167 38 42
Octal 331 172 173 0 54 53 17 547 70 102
Binary 11011001 1111010 1111011 0 101100 101011 1111 101100111 111000 1000010

Color Harmonies of #D97A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A7B

Black with #D97A7B

Text Example


Text Example

White with #D97A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A7B; }

 p { color: rgb(217,122,123); }

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

background-color css

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

 a { background-color: rgb(217,122,123); }

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

border-color css

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

 span { border-color: rgb(217,122,123); }

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