Html Css Color HEX #D7677C Froly

📋 copy color: '#D7677C'

red 215 ◦ green 103 ◦ blue 124

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

Shades of Froly #D7677C

Tints of Froly #D7677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.3%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 48.64%
G = 23.3%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7677C (or 0xD7677C) is known color: Froly. HEX triplet: D7, 67 and 7C. RGB value is (215,103,124). Sum of RGB (Red+Green+Blue) = 215+103+124=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7677C is #289883. Grayscale: #8A8A8A. Windows color (decimal): -2660484 or 8153047. OLE color: 8153047.

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

Color convert

RGB 215 103 124 -
CMYK 0 0.52 0.42 0.16
HSL 348.75º 0.58% 0.62% -
HSV(B) 348.75º 0.52% 0.84% -
XYZ 36.51 25.6 22.09 -
YUV 138.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 215 103 124 0 0.52 0.42 0.16 348.75 0.58 0.62
Hex D7 67 7C 0 34 2A 10 15D 3A 3E
Octal 327 147 174 0 64 52 20 535 72 76
Binary 11010111 1100111 1111100 0 110100 101010 10000 101011101 111010 111110

Color Harmonies of #D7677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7677C

Black with #D7677C

Text Example


Text Example

White with #D7677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7677C; }

 p { color: rgb(215,103,124); }

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

background-color css

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

 a { background-color: rgb(215,103,124); }

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

border-color css

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

 span { border-color: rgb(215,103,124); }

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