Html Css Color HEX #FF8077 Salmon

📋 copy color: '#FF8077'

red 255 ◦ green 128 ◦ blue 119

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

Shades of Salmon #FF8077

Tints of Salmon #FF8077

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 128 (50.39% from 255) = 25.5%

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

R = 50.8%
G = 25.5%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8077 (or 0xFF8077) is known color: Salmon. HEX triplet: FF, 80 and 77. RGB value is (255,128,119). Sum of RGB (Red+Green+Blue) = 255+128+119=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8077 is #007F88. Grayscale: #A5A5A5. Windows color (decimal): -32649 or 7831807. OLE color: 7831807.

HSL color Cylindrical-coordinate representation of color #FF8077: hue angle of 3.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8077 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 119 -
CMYK 0 0.50 0.53 0
HSL 3.97º 1% 0.73% -
HSV(B) 3.97º 0.53% 1% -
XYZ 52.29 38.03 22.04 -
YUV 164.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 255 128 119 0 0.50 0.53 0 3.97 1 0.73
Hex FF 80 77 0 32 35 0 4 64 49
Octal 377 200 167 0 62 65 0 4 144 111
Binary 11111111 10000000 1110111 0 110010 110101 0 100 1100100 1001001

Color Harmonies of #FF8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8077

Black with #FF8077

Text Example


Text Example

White with #FF8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8077; }

 p { color: rgb(255,128,119); }

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

background-color css

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

 a { background-color: rgb(255,128,119); }

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

border-color css

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

 span { border-color: rgb(255,128,119); }

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