Html Css Color HEX #D7777E Froly

📋 copy color: '#D7777E'

red 215 ◦ green 119 ◦ blue 126

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

Shades of Froly #D7777E

Tints of Froly #D7777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.87%

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 46.74%
G = 25.87%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7777E (or 0xD7777E) is known color: Froly. HEX triplet: D7, 77 and 7E. RGB value is (215,119,126). Sum of RGB (Red+Green+Blue) = 215+119+126=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777E is #288881. Grayscale: #949494. Windows color (decimal): -2656386 or 8288215. OLE color: 8288215.

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

Color convert

RGB 215 119 126 -
CMYK 0 0.45 0.41 0.16
HSL 355.63º 0.55% 0.65% -
HSV(B) 355.63º 0.45% 0.84% -
XYZ 38.39 29.15 23.34 -
YUV 148.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 215 119 126 0 0.45 0.41 0.16 355.63 0.55 0.65
Hex D7 77 7E 0 2D 29 10 164 37 41
Octal 327 167 176 0 55 51 20 544 67 101
Binary 11010111 1110111 1111110 0 101101 101001 10000 101100100 110111 1000001

Color Harmonies of #D7777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7777E

Black with #D7777E

Text Example


Text Example

White with #D7777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7777E; }

 p { color: rgb(215,119,126); }

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

background-color css

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

 a { background-color: rgb(215,119,126); }

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

border-color css

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

 span { border-color: rgb(215,119,126); }

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