Html Css Color HEX #D07779 Froly

📋 copy color: '#D07779'

red 208 ◦ green 119 ◦ blue 121

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

Shades of Froly #D07779

Tints of Froly #D07779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 46.43%
G = 26.56%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07779 (or 0xD07779) is known color: Froly. HEX triplet: D0, 77 and 79. RGB value is (208,119,121). Sum of RGB (Red+Green+Blue) = 208+119+121=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07779 is #2F8886. Grayscale: #919191. Windows color (decimal): -3115143 or 7960528. OLE color: 7960528.

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

Color convert

RGB 208 119 121 -
CMYK 0 0.43 0.42 0.18
HSL 358.65º 0.49% 0.64% -
HSV(B) 358.65º 0.43% 0.82% -
XYZ 36.06 27.98 21.59 -
YUV 145.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 208 119 121 0 0.43 0.42 0.18 358.65 0.49 0.64
Hex D0 77 79 0 2B 2A 12 167 31 40
Octal 320 167 171 0 53 52 22 547 61 100
Binary 11010000 1110111 1111001 0 101011 101010 10010 101100111 110001 1000000

Color Harmonies of #D07779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07779

Black with #D07779

Text Example


Text Example

White with #D07779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07779; }

 p { color: rgb(208,119,121); }

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

background-color css

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

 a { background-color: rgb(208,119,121); }

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

border-color css

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

 span { border-color: rgb(208,119,121); }

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