Html Css Color HEX #D77C7F Froly

📋 copy color: '#D77C7F'

red 215 ◦ green 124 ◦ blue 127

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

Shades of Froly #D77C7F

Tints of Froly #D77C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

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

R = 46.14%
G = 26.61%
B = 27.25%

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

#D77C7F (or 0xD77C7F) is known color: Froly. HEX triplet: D7, 7C and 7F. RGB value is (215,124,127). Sum of RGB (Red+Green+Blue) = 215+124+127=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C7F is #288380. Grayscale: #979797. Windows color (decimal): -2655105 or 8355031. OLE color: 8355031.

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

Color convert

RGB 215 124 127 -
CMYK 0 0.42 0.41 0.16
HSL 358.02º 0.53% 0.66% -
HSV(B) 358.02º 0.42% 0.84% -
XYZ 39.06 30.39 23.89 -
YUV 151.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 215 124 127 0 0.42 0.41 0.16 358.02 0.53 0.66
Hex D7 7C 7F 0 2A 29 10 166 35 42
Octal 327 174 177 0 52 51 20 546 65 102
Binary 11010111 1111100 1111111 0 101010 101001 10000 101100110 110101 1000010

Color Harmonies of #D77C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C7F

Black with #D77C7F

Text Example


Text Example

White with #D77C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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