Html Css Color HEX #D77378 Froly

📋 copy color: '#D77378'

red 215 ◦ green 115 ◦ blue 120

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

Shades of Froly #D77378

Tints of Froly #D77378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.56%

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 47.78%
G = 25.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77378 (or 0xD77378) is known color: Froly. HEX triplet: D7, 73 and 78. RGB value is (215,115,120). Sum of RGB (Red+Green+Blue) = 215+115+120=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77378 is #288C87. Grayscale: #919191. Windows color (decimal): -2657416 or 7893975. OLE color: 7893975.

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

Color convert

RGB 215 115 120 -
CMYK 0 0.47 0.44 0.16
HSL 357º 0.56% 0.65% -
HSV(B) 357º 0.47% 0.84% -
XYZ 37.55 28.06 21.21 -
YUV 145.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 215 115 120 0 0.47 0.44 0.16 357 0.56 0.65
Hex D7 73 78 0 2F 2C 10 165 38 41
Octal 327 163 170 0 57 54 20 545 70 101
Binary 11010111 1110011 1111000 0 101111 101100 10000 101100101 111000 1000001

Color Harmonies of #D77378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77378

Black with #D77378

Text Example


Text Example

White with #D77378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77378; }

 p { color: rgb(215,115,120); }

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

background-color css

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

 a { background-color: rgb(215,115,120); }

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

border-color css

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

 span { border-color: rgb(215,115,120); }

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