Html Css Color HEX #FF777C Brink Pink

📋 copy color: '#FF777C'

red 255 ◦ green 119 ◦ blue 124

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

Shades of Brink Pink #FF777C

Tints of Brink Pink #FF777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.9%

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 51.2%
G = 23.9%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF777C (or 0xFF777C) is known color: Brink Pink. HEX triplet: FF, 77 and 7C. RGB value is (255,119,124). Sum of RGB (Red+Green+Blue) = 255+119+124=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF777C is #008883. Grayscale: #A0A0A0. Windows color (decimal): -34948 or 8157183. OLE color: 8157183.

HSL color Cylindrical-coordinate representation of color #FF777C: hue angle of 357.79º 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 #FF777C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 124 -
CMYK 0 0.53 0.51 0
HSL 357.79º 1% 0.73% -
HSV(B) 357.79º 0.53% 1% -
XYZ 51.47 35.91 23.29 -
YUV 160.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 255 119 124 0 0.53 0.51 0 357.79 1 0.73
Hex FF 77 7C 0 35 33 0 166 64 49
Octal 377 167 174 0 65 63 0 546 144 111
Binary 11111111 1110111 1111100 0 110101 110011 0 101100110 1100100 1001001

Color Harmonies of #FF777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF777C

Black with #FF777C

Text Example


Text Example

White with #FF777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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