Html Css Color HEX #D7687A Froly

📋 copy color: '#D7687A'

red 215 ◦ green 104 ◦ blue 122

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

Shades of Froly #D7687A

Tints of Froly #D7687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.58%

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

R = 48.75%
G = 23.58%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7687A (or 0xD7687A) is known color: Froly. HEX triplet: D7, 68 and 7A. RGB value is (215,104,122). Sum of RGB (Red+Green+Blue) = 215+104+122=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7687A is #289785. Grayscale: #8B8B8B. Windows color (decimal): -2660230 or 8022231. OLE color: 8022231.

HSL color Cylindrical-coordinate representation of color #D7687A: hue angle of 350.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7687A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 122 -
CMYK 0 0.52 0.43 0.16
HSL 350.27º 0.58% 0.63% -
HSV(B) 350.27º 0.52% 0.84% -
XYZ 36.49 25.75 21.46 -
YUV 139.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 215 104 122 0 0.52 0.43 0.16 350.27 0.58 0.63
Hex D7 68 7A 0 34 2B 10 15E 3A 3F
Octal 327 150 172 0 64 53 20 536 72 77
Binary 11010111 1101000 1111010 0 110100 101011 10000 101011110 111010 111111

Color Harmonies of #D7687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7687A

Black with #D7687A

Text Example


Text Example

White with #D7687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7687A; }

 p { color: rgb(215,104,122); }

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

background-color css

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

 a { background-color: rgb(215,104,122); }

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

border-color css

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

 span { border-color: rgb(215,104,122); }

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