Html Css Color HEX #D9767A Froly

📋 copy color: '#D9767A'

red 217 ◦ green 118 ◦ blue 122

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

Shades of Froly #D9767A

Tints of Froly #D9767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 47.48%
G = 25.82%
B = 26.7%

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

#D9767A (or 0xD9767A) is known color: Froly. HEX triplet: D9, 76 and 7A. RGB value is (217,118,122). Sum of RGB (Red+Green+Blue) = 217+118+122=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9767A is #268985. Grayscale: #949494. Windows color (decimal): -2525574 or 8025817. OLE color: 8025817.

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

Color convert

RGB 217 118 122 -
CMYK 0 0.46 0.44 0.15
HSL 357.58º 0.57% 0.66% -
HSV(B) 357.58º 0.46% 0.85% -
XYZ 38.61 29.11 22 -
YUV 148.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 217 118 122 0 0.46 0.44 0.15 357.58 0.57 0.66
Hex D9 76 7A 0 2E 2C F 166 39 42
Octal 331 166 172 0 56 54 17 546 71 102
Binary 11011001 1110110 1111010 0 101110 101100 1111 101100110 111001 1000010

Color Harmonies of #D9767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9767A

Black with #D9767A

Text Example


Text Example

White with #D9767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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