Html Css Color HEX #D0787B Froly

📋 copy color: '#D0787B'

red 208 ◦ green 120 ◦ blue 123

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

Shades of Froly #D0787B

Tints of Froly #D0787B

RGB

 RED value IS 208 (81.64% from 255) = 46.12%

 GREEN value IS 120 (47.27% from 255) = 26.61%

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

R = 46.12%
G = 26.61%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0787B (or 0xD0787B) is known color: Froly. HEX triplet: D0, 78 and 7B. RGB value is (208,120,123). Sum of RGB (Red+Green+Blue) = 208+120+123=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0787B is #2F8784. Grayscale: #929292. Windows color (decimal): -3114885 or 8091856. OLE color: 8091856.

HSL color Cylindrical-coordinate representation of color #D0787B: hue angle of 357.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0787B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 123 -
CMYK 0 0.42 0.41 0.18
HSL 357.95º 0.48% 0.64% -
HSV(B) 357.95º 0.42% 0.82% -
XYZ 36.3 28.27 22.28 -
YUV 146.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 208 120 123 0 0.42 0.41 0.18 357.95 0.48 0.64
Hex D0 78 7B 0 2A 29 12 166 30 40
Octal 320 170 173 0 52 51 22 546 60 100
Binary 11010000 1111000 1111011 0 101010 101001 10010 101100110 110000 1000000

Color Harmonies of #D0787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0787B

Black with #D0787B

Text Example


Text Example

White with #D0787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0787B; }

 p { color: rgb(208,120,123); }

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

background-color css

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

 a { background-color: rgb(208,120,123); }

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

border-color css

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

 span { border-color: rgb(208,120,123); }

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