Html Css Color HEX #FF7F75 Salmon

📋 copy color: '#FF7F75'

red 255 ◦ green 127 ◦ blue 117

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

Shades of Salmon #FF7F75

Tints of Salmon #FF7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 25.45%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 51.1%
G = 25.45%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7F75 (or 0xFF7F75) is known color: Salmon. HEX triplet: FF, 7F and 75. RGB value is (255,127,117). Sum of RGB (Red+Green+Blue) = 255+127+117=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F75 is #00808A. Grayscale: #A4A4A4. Windows color (decimal): -32907 or 7700479. OLE color: 7700479.

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

Color convert

RGB 255 127 117 -
CMYK 0 0.50 0.54 0
HSL 4.35º 1% 0.73% -
HSV(B) 4.35º 0.54% 1% -
XYZ 52.04 37.72 21.37 -
YUV 164.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 255 127 117 0 0.50 0.54 0 4.35 1 0.73
Hex FF 7F 75 0 32 36 0 4 64 49
Octal 377 177 165 0 62 66 0 4 144 111
Binary 11111111 1111111 1110101 0 110010 110110 0 100 1100100 1001001

Color Harmonies of #FF7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F75

Black with #FF7F75

Text Example


Text Example

White with #FF7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F75; }

 p { color: rgb(255,127,117); }

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

background-color css

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

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

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

border-color css

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

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

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