Html Css Color HEX #D7777A Froly

📋 copy color: '#D7777A'

red 215 ◦ green 119 ◦ blue 122

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

Shades of Froly #D7777A

Tints of Froly #D7777A

RGB

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

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

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

R = 47.15%
G = 26.1%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7777A (or 0xD7777A) is known color: Froly. HEX triplet: D7, 77 and 7A. RGB value is (215,119,122). Sum of RGB (Red+Green+Blue) = 215+119+122=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777A is #288885. Grayscale: #949494. Windows color (decimal): -2656390 or 8026071. OLE color: 8026071.

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

Color convert

RGB 215 119 122 -
CMYK 0 0.45 0.43 0.16
HSL 358.13º 0.55% 0.65% -
HSV(B) 358.13º 0.45% 0.84% -
XYZ 38.13 29.05 22.01 -
YUV 148.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 215 119 122 0 0.45 0.43 0.16 358.13 0.55 0.65
Hex D7 77 7A 0 2D 2B 10 166 37 41
Octal 327 167 172 0 55 53 20 546 67 101
Binary 11010111 1110111 1111010 0 101101 101011 10000 101100110 110111 1000001

Color Harmonies of #D7777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7777A

Black with #D7777A

Text Example


Text Example

White with #D7777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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