#FF777D

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

Shades of Brink Pink #FF777D

Tints of Brink Pink #FF777D

Color information

#FF777D (or 0xFF777D) is unknown color: approx Brink Pink. HEX triplet: FF, 77 and 7D. RGB value is (255,119,125). Sum of RGB (Red+Green+Blue) = 255+119+125=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF777D is #008882. Grayscale: #A0A0A0. Windows color (decimal): -34947 or 8222719. OLE color: 8222719.

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

Color convert

RGB255119125-
CMYK00.530.510
HSL357.35º100%73.33%-
HSV(B)357.35º53.33%100%-
XYZ51.5435.9323.62-
YUV160.35108.06195.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=51.10%
G=23.85%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511912500.530.510357.3510073.33
HexFF777D0353301656449
Octal377167175065630545144111
Binary11111111111011111111010110101110011010110010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF777D; }

 p { color: rgb(255,119,125); }

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

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

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

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

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

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

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