Html Css Color HEX #FF7675 Salmon

📋 copy color: '#FF7675'

red 255 ◦ green 118 ◦ blue 117

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

Shades of Salmon #FF7675

Tints of Salmon #FF7675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 52.04%
G = 24.08%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7675 (or 0xFF7675) is known color: Salmon. HEX triplet: FF, 76 and 75. RGB value is (255,118,117). Sum of RGB (Red+Green+Blue) = 255+118+117=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7675 is #00898A. Grayscale: #9E9E9E. Windows color (decimal): -35211 or 7698175. OLE color: 7698175.

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

Color convert

RGB 255 118 117 -
CMYK 0 0.54 0.54 0
HSL 0.43º 1% 0.73% -
HSV(B) 0.43º 0.54% 1% -
XYZ 50.93 35.5 21 -
YUV 158.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 255 118 117 0 0.54 0.54 0 0.43 1 0.73
Hex FF 76 75 0 36 36 0 0 64 49
Octal 377 166 165 0 66 66 0 0 144 111
Binary 11111111 1110110 1110101 0 110110 110110 0 0 1100100 1001001

Color Harmonies of #FF7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7675

Black with #FF7675

Text Example


Text Example

White with #FF7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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