Html Css Color HEX #D7677A Froly

📋 copy color: '#D7677A'

red 215 ◦ green 103 ◦ blue 122

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

Shades of Froly #D7677A

Tints of Froly #D7677A

RGB

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

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

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

R = 48.86%
G = 23.41%
B = 27.73%

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

#D7677A (or 0xD7677A) is known color: Froly. HEX triplet: D7, 67 and 7A. RGB value is (215,103,122). Sum of RGB (Red+Green+Blue) = 215+103+122=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7677A is #289885. Grayscale: #8A8A8A. Windows color (decimal): -2660486 or 8021975. OLE color: 8021975.

HSL color Cylindrical-coordinate representation of color #D7677A: hue angle of 349.82º 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 #D7677A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 122 -
CMYK 0 0.52 0.43 0.16
HSL 349.82º 0.58% 0.62% -
HSV(B) 349.82º 0.52% 0.84% -
XYZ 36.39 25.55 21.43 -
YUV 138.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 215 103 122 0 0.52 0.43 0.16 349.82 0.58 0.62
Hex D7 67 7A 0 34 2B 10 15E 3A 3E
Octal 327 147 172 0 64 53 20 536 72 76
Binary 11010111 1100111 1111010 0 110100 101011 10000 101011110 111010 111110

Color Harmonies of #D7677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7677A

Black with #D7677A

Text Example


Text Example

White with #D7677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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