Html Css Color HEX #FF7676 Salmon

📋 copy color: '#FF7676'

red 255 ◦ green 118 ◦ blue 118

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

Shades of Salmon #FF7676

Tints of Salmon #FF7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 51.93%
G = 24.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7676 (or 0xFF7676) is known color: Salmon. HEX triplet: FF, 76 and 76. RGB value is (255,118,118). Sum of RGB (Red+Green+Blue) = 255+118+118=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7676 is #008989. Grayscale: #9F9F9F. Windows color (decimal): -35210 or 7763711. OLE color: 7763711.

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

Color convert

RGB 255 118 118 -
CMYK 0 0.54 0.54 0
HSL 1% 0.73% -
HSV(B) 0.54% 1% -
XYZ 50.99 35.52 21.31 -
YUV 158.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 255 118 118 0 0.54 0.54 0 0 1 0.73
Hex FF 76 76 0 36 36 0 0 64 49
Octal 377 166 166 0 66 66 0 0 144 111
Binary 11111111 1110110 1110110 0 110110 110110 0 0 1100100 1001001

Color Harmonies of #FF7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7676

Black with #FF7676

Text Example


Text Example

White with #FF7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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