Html Css Color HEX #FF7E7B Salmon

📋 copy color: '#FF7E7B'

red 255 ◦ green 126 ◦ blue 123

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

Shades of Salmon #FF7E7B

Tints of Salmon #FF7E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.4%

R = 50.6%
G = 25%
B = 24.4%

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

#FF7E7B (or 0xFF7E7B) is known color: Salmon. HEX triplet: FF, 7E and 7B. RGB value is (255,126,123). Sum of RGB (Red+Green+Blue) = 255+126+123=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E7B is #008184. Grayscale: #A4A4A4. Windows color (decimal): -33157 or 8093439. OLE color: 8093439.

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

Color convert

RGB 255 126 123 -
CMYK 0 0.51 0.52 0
HSL 1.36º 1% 0.74% -
HSV(B) 1.36º 0.52% 1% -
XYZ 52.28 37.61 23.24 -
YUV 164.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 255 126 123 0 0.51 0.52 0 1.36 1 0.74
Hex FF 7E 7B 0 33 34 0 1 64 4A
Octal 377 176 173 0 63 64 0 1 144 112
Binary 11111111 1111110 1111011 0 110011 110100 0 1 1100100 1001010

Color Harmonies of #FF7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E7B

Black with #FF7E7B

Text Example


Text Example

White with #FF7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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