Html Css Color HEX #FF7B7B Salmon

📋 copy color: '#FF7B7B'

red 255 ◦ green 123 ◦ blue 123

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

Shades of Salmon #FF7B7B

Tints of Salmon #FF7B7B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.55%

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

R = 50.9%
G = 24.55%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF7B7B (or 0xFF7B7B) is known color: Salmon. HEX triplet: FF, 7B and 7B. RGB value is (255,123,123). Sum of RGB (Red+Green+Blue) = 255+123+123=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B7B is #008484. Grayscale: #A2A2A2. Windows color (decimal): -33925 or 8092671. OLE color: 8092671.

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

Color convert

RGB 255 123 123 -
CMYK 0 0.52 0.52 0
HSL 1% 0.74% -
HSV(B) 0.52% 1% -
XYZ 51.9 36.86 23.12 -
YUV 162.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 255 123 123 0 0.52 0.52 0 0 1 0.74
Hex FF 7B 7B 0 34 34 0 0 64 4A
Octal 377 173 173 0 64 64 0 0 144 112
Binary 11111111 1111011 1111011 0 110100 110100 0 0 1100100 1001010

Color Harmonies of #FF7B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7B7B

Black with #FF7B7B

Text Example


Text Example

White with #FF7B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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