Html Css Color HEX #D7697B Froly

📋 copy color: '#D7697B'

red 215 ◦ green 105 ◦ blue 123

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

Shades of Froly #D7697B

Tints of Froly #D7697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

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

R = 48.53%
G = 23.7%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7697B (or 0xD7697B) is known color: Froly. HEX triplet: D7, 69 and 7B. RGB value is (215,105,123). Sum of RGB (Red+Green+Blue) = 215+105+123=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7697B is #289684. Grayscale: #8B8B8B. Windows color (decimal): -2659973 or 8088023. OLE color: 8088023.

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

Color convert

RGB 215 105 123 -
CMYK 0 0.51 0.43 0.16
HSL 350.18º 0.58% 0.63% -
HSV(B) 350.18º 0.51% 0.84% -
XYZ 36.65 25.98 21.82 -
YUV 139.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 215 105 123 0 0.51 0.43 0.16 350.18 0.58 0.63
Hex D7 69 7B 0 33 2B 10 15E 3A 3F
Octal 327 151 173 0 63 53 20 536 72 77
Binary 11010111 1101001 1111011 0 110011 101011 10000 101011110 111010 111111

Color Harmonies of #D7697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7697B

Black with #D7697B

Text Example


Text Example

White with #D7697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7697B; }

 p { color: rgb(215,105,123); }

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

background-color css

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

 a { background-color: rgb(215,105,123); }

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

border-color css

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

 span { border-color: rgb(215,105,123); }

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