Html Css Color HEX #D7777B Froly

📋 copy color: '#D7777B'

red 215 ◦ green 119 ◦ blue 123

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

Shades of Froly #D7777B

Tints of Froly #D7777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 47.05%
G = 26.04%
B = 26.91%

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

#D7777B (or 0xD7777B) is known color: Froly. HEX triplet: D7, 77 and 7B. RGB value is (215,119,123). Sum of RGB (Red+Green+Blue) = 215+119+123=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777B is #288884. Grayscale: #949494. Windows color (decimal): -2656389 or 8091607. OLE color: 8091607.

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

Color convert

RGB 215 119 123 -
CMYK 0 0.45 0.43 0.16
HSL 357.5º 0.55% 0.65% -
HSV(B) 357.5º 0.45% 0.84% -
XYZ 38.2 29.07 22.34 -
YUV 148.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 215 119 123 0 0.45 0.43 0.16 357.5 0.55 0.65
Hex D7 77 7B 0 2D 2B 10 166 37 41
Octal 327 167 173 0 55 53 20 546 67 101
Binary 11010111 1110111 1111011 0 101101 101011 10000 101100110 110111 1000001

Color Harmonies of #D7777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7777B

Black with #D7777B

Text Example


Text Example

White with #D7777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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