Html Css Color HEX #D0787A Froly

📋 copy color: '#D0787A'

red 208 ◦ green 120 ◦ blue 122

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

Shades of Froly #D0787A

Tints of Froly #D0787A

RGB

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

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

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

R = 46.22%
G = 26.67%
B = 27.11%

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

#D0787A (or 0xD0787A) is known color: Froly. HEX triplet: D0, 78 and 7A. RGB value is (208,120,122). Sum of RGB (Red+Green+Blue) = 208+120+122=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0787A is #2F8785. Grayscale: #929292. Windows color (decimal): -3114886 or 8026320. OLE color: 8026320.

HSL color Cylindrical-coordinate representation of color #D0787A: hue angle of 358.64º 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 #D0787A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 122 -
CMYK 0 0.42 0.41 0.18
HSL 358.64º 0.48% 0.64% -
HSV(B) 358.64º 0.42% 0.82% -
XYZ 36.24 28.25 21.95 -
YUV 146.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 208 120 122 0 0.42 0.41 0.18 358.64 0.48 0.64
Hex D0 78 7A 0 2A 29 12 167 30 40
Octal 320 170 172 0 52 51 22 547 60 100
Binary 11010000 1111000 1111010 0 101010 101001 10010 101100111 110000 1000000

Color Harmonies of #D0787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0787A

Black with #D0787A

Text Example


Text Example

White with #D0787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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