#FF7B67

Color #FF7B67 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF7B67

Tints of Salmon #FF7B67

Color information

#FF7B67 (or 0xFF7B67) is unknown color: approx Salmon. HEX triplet: FF, 7B and 67. RGB value is (255,123,103). Sum of RGB (Red+Green+Blue) = 255+123+103=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B67 is #008498. Grayscale: #A0A0A0. Windows color (decimal): -33945 or 6781951. OLE color: 6781951.

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

Color convert

RGB255123103-
CMYK00.520.600
HSL7.89º100%70.2%-
HSV(B)7.89º59.61%100%-
XYZ50.7736.4117.18-
YUV160.1995.73195.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=53.01%
G=25.57%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512310300.520.6007.8910070.2
HexFF7B670343C086446
Octal37717314706474010144106
Binary111111111111011110011101101001111000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7B67; }

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

 H1.HeaderClassName
 {
   color: #FF7B67;
 }
 .AnyTagClassName
 {
   color: #FF7B67;
 }
</style>
background-color css

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

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

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

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

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

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