Html Css Color HEX #FF766F Salmon

📋 copy color: '#FF766F'

red 255 ◦ green 118 ◦ blue 111

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

Shades of Salmon #FF766F

Tints of Salmon #FF766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 52.69%
G = 24.38%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF766F (or 0xFF766F) is known color: Salmon. HEX triplet: FF, 76 and 6F. RGB value is (255,118,111). Sum of RGB (Red+Green+Blue) = 255+118+111=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766F is #008990. Grayscale: #9E9E9E. Windows color (decimal): -35217 or 7304959. OLE color: 7304959.

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

Color convert

RGB 255 118 111 -
CMYK 0 0.54 0.56 0
HSL 2.92º 1% 0.72% -
HSV(B) 2.92º 0.56% 1% -
XYZ 50.59 35.36 19.2 -
YUV 158.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 255 118 111 0 0.54 0.56 0 2.92 1 0.72
Hex FF 76 6F 0 36 38 0 3 64 48
Octal 377 166 157 0 66 70 0 3 144 110
Binary 11111111 1110110 1101111 0 110110 111000 0 11 1100100 1001000

Color Harmonies of #FF766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF766F

Black with #FF766F

Text Example


Text Example

White with #FF766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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