Html Css Color HEX #FF9776 Light Salmon

📋 copy color: '#FF9776'

red 255 ◦ green 151 ◦ blue 118

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

Shades of Light Salmon #FF9776

Tints of Light Salmon #FF9776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.82%

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 48.66%
G = 28.82%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF9776 (or 0xFF9776) is known color: Light Salmon. HEX triplet: FF, 97 and 76. RGB value is (255,151,118). Sum of RGB (Red+Green+Blue) = 255+151+118=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9776 is #006889. Grayscale: #B2B2B2. Windows color (decimal): -26762 or 7772159. OLE color: 7772159.

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

Color convert

RGB 255 151 118 -
CMYK 0 0.41 0.54 0
HSL 14.45º 1% 0.73% -
HSV(B) 14.45º 0.54% 1% -
XYZ 55.58 44.7 22.84 -
YUV 178.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 255 151 118 0 0.41 0.54 0 14.45 1 0.73
Hex FF 97 76 0 29 36 0 E 64 49
Octal 377 227 166 0 51 66 0 16 144 111
Binary 11111111 10010111 1110110 0 101001 110110 0 1110 1100100 1001001

Color Harmonies of #FF9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9776

Black with #FF9776

Text Example


Text Example

White with #FF9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9776; }

 p { color: rgb(255,151,118); }

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

background-color css

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

 a { background-color: rgb(255,151,118); }

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

border-color css

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

 span { border-color: rgb(255,151,118); }

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