Html Css Color HEX #FF766A Salmon

📋 copy color: '#FF766A'

red 255 ◦ green 118 ◦ blue 106

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

Shades of Salmon #FF766A

Tints of Salmon #FF766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 53.24%
G = 24.63%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF766A (or 0xFF766A) is known color: Salmon. HEX triplet: FF, 76 and 6A. RGB value is (255,118,106). Sum of RGB (Red+Green+Blue) = 255+118+106=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766A is #008995. Grayscale: #9D9D9D. Windows color (decimal): -35222 or 6977279. OLE color: 6977279.

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

Color convert

RGB 255 118 106 -
CMYK 0 0.54 0.58 0
HSL 4.83º 1% 0.71% -
HSV(B) 4.83º 0.58% 1% -
XYZ 50.32 35.26 17.79 -
YUV 157.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 255 118 106 0 0.54 0.58 0 4.83 1 0.71
Hex FF 76 6A 0 36 3A 0 5 64 47
Octal 377 166 152 0 66 72 0 5 144 107
Binary 11111111 1110110 1101010 0 110110 111010 0 101 1100100 1000111

Color Harmonies of #FF766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF766A

Black with #FF766A

Text Example


Text Example

White with #FF766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF766A; }

 p { color: rgb(255,118,106); }

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

background-color css

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

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

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

border-color css

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

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

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