Html Css Color HEX #FF8377 Salmon

📋 copy color: '#FF8377'

red 255 ◦ green 131 ◦ blue 119

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

Shades of Salmon #FF8377

Tints of Salmon #FF8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

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

R = 50.5%
G = 25.94%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8377 (or 0xFF8377) is known color: Salmon. HEX triplet: FF, 83 and 77. RGB value is (255,131,119). Sum of RGB (Red+Green+Blue) = 255+131+119=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8377 is #007C88. Grayscale: #A6A6A6. Windows color (decimal): -31881 or 7832575. OLE color: 7832575.

HSL color Cylindrical-coordinate representation of color #FF8377: hue angle of 5.29º 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 #FF8377 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 119 -
CMYK 0 0.49 0.53 0
HSL 5.29º 1% 0.73% -
HSV(B) 5.29º 0.53% 1% -
XYZ 52.69 38.82 22.17 -
YUV 166.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 255 131 119 0 0.49 0.53 0 5.29 1 0.73
Hex FF 83 77 0 31 35 0 5 64 49
Octal 377 203 167 0 61 65 0 5 144 111
Binary 11111111 10000011 1110111 0 110001 110101 0 101 1100100 1001001

Color Harmonies of #FF8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8377

Black with #FF8377

Text Example


Text Example

White with #FF8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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