Html Css Color HEX #D07477 Froly

📋 copy color: '#D07477'

red 208 ◦ green 116 ◦ blue 119

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

Shades of Froly #D07477

Tints of Froly #D07477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 46.95%
G = 26.19%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07477 (or 0xD07477) is known color: Froly. HEX triplet: D0, 74 and 77. RGB value is (208,116,119). Sum of RGB (Red+Green+Blue) = 208+116+119=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07477 is #2F8B88. Grayscale: #8F8F8F. Windows color (decimal): -3115913 or 7828688. OLE color: 7828688.

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

Color convert

RGB 208 116 119 -
CMYK 0 0.44 0.43 0.18
HSL 358.04º 0.49% 0.64% -
HSV(B) 358.04º 0.44% 0.82% -
XYZ 35.59 27.23 20.83 -
YUV 143.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 208 116 119 0 0.44 0.43 0.18 358.04 0.49 0.64
Hex D0 74 77 0 2C 2B 12 166 31 40
Octal 320 164 167 0 54 53 22 546 61 100
Binary 11010000 1110100 1110111 0 101100 101011 10010 101100110 110001 1000000

Color Harmonies of #D07477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07477

Black with #D07477

Text Example


Text Example

White with #D07477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07477; }

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

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

background-color css

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

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

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

border-color css

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

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

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