Html Css Color HEX #D77D7F Froly

📋 copy color: '#D77D7F'

red 215 ◦ green 125 ◦ blue 127

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

Shades of Froly #D77D7F

Tints of Froly #D77D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 46.04%
G = 26.77%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D77D7F (or 0xD77D7F) is known color: Froly. HEX triplet: D7, 7D and 7F. RGB value is (215,125,127). Sum of RGB (Red+Green+Blue) = 215+125+127=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D7F is #288280. Grayscale: #989898. Windows color (decimal): -2654849 or 8355287. OLE color: 8355287.

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

Color convert

RGB 215 125 127 -
CMYK 0 0.42 0.41 0.16
HSL 358.67º 0.53% 0.67% -
HSV(B) 358.67º 0.42% 0.84% -
XYZ 39.19 30.65 23.93 -
YUV 152.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 215 125 127 0 0.42 0.41 0.16 358.67 0.53 0.67
Hex D7 7D 7F 0 2A 29 10 167 35 43
Octal 327 175 177 0 52 51 20 547 65 103
Binary 11010111 1111101 1111111 0 101010 101001 10000 101100111 110101 1000011

Color Harmonies of #D77D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D7F

Black with #D77D7F

Text Example


Text Example

White with #D77D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D7F; }

 p { color: rgb(215,125,127); }

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

background-color css

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

 a { background-color: rgb(215,125,127); }

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

border-color css

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

 span { border-color: rgb(215,125,127); }

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