Html Css Color HEX #D77A7D Froly

📋 copy color: '#D77A7D'

red 215 ◦ green 122 ◦ blue 125

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

Shades of Froly #D77A7D

Tints of Froly #D77A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 46.54%
G = 26.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D77A7D (or 0xD77A7D) is known color: Froly. HEX triplet: D7, 7A and 7D. RGB value is (215,122,125). Sum of RGB (Red+Green+Blue) = 215+122+125=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A7D is #288582. Grayscale: #969696. Windows color (decimal): -2655619 or 8223447. OLE color: 8223447.

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

Color convert

RGB 215 122 125 -
CMYK 0 0.43 0.42 0.16
HSL 358.06º 0.54% 0.66% -
HSV(B) 358.06º 0.43% 0.84% -
XYZ 38.69 29.85 23.12 -
YUV 150.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 215 122 125 0 0.43 0.42 0.16 358.06 0.54 0.66
Hex D7 7A 7D 0 2B 2A 10 166 36 42
Octal 327 172 175 0 53 52 20 546 66 102
Binary 11010111 1111010 1111101 0 101011 101010 10000 101100110 110110 1000010

Color Harmonies of #D77A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A7D

Black with #D77A7D

Text Example


Text Example

White with #D77A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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