Html Css Color HEX #FF7E7A Salmon

📋 copy color: '#FF7E7A'

red 255 ◦ green 126 ◦ blue 122

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

Shades of Salmon #FF7E7A

Tints of Salmon #FF7E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 50.7%
G = 25.05%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF7E7A (or 0xFF7E7A) is known color: Salmon. HEX triplet: FF, 7E and 7A. RGB value is (255,126,122). Sum of RGB (Red+Green+Blue) = 255+126+122=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E7A is #008185. Grayscale: #A4A4A4. Windows color (decimal): -33158 or 8027903. OLE color: 8027903.

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

Color convert

RGB 255 126 122 -
CMYK 0 0.51 0.52 0
HSL 1.8º 1% 0.74% -
HSV(B) 1.8º 0.52% 1% -
XYZ 52.21 37.59 22.92 -
YUV 164.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 255 126 122 0 0.51 0.52 0 1.8 1 0.74
Hex FF 7E 7A 0 33 34 0 2 64 4A
Octal 377 176 172 0 63 64 0 2 144 112
Binary 11111111 1111110 1111010 0 110011 110100 0 10 1100100 1001010

Color Harmonies of #FF7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E7A

Black with #FF7E7A

Text Example


Text Example

White with #FF7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E7A; }

 p { color: rgb(255,126,122); }

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

background-color css

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

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

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

border-color css

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

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

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