Html Css Color HEX #FF777A Brink Pink

📋 copy color: '#FF777A'

red 255 ◦ green 119 ◦ blue 122

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

Shades of Brink Pink #FF777A

Tints of Brink Pink #FF777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 51.41%
G = 23.99%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF777A (or 0xFF777A) is known color: Brink Pink. HEX triplet: FF, 77 and 7A. RGB value is (255,119,122). Sum of RGB (Red+Green+Blue) = 255+119+122=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF777A is #008885. Grayscale: #A0A0A0. Windows color (decimal): -34950 or 8026111. OLE color: 8026111.

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

Color convert

RGB 255 119 122 -
CMYK 0 0.53 0.52 0
HSL 358.68º 1% 0.73% -
HSV(B) 358.68º 0.53% 1% -
XYZ 51.35 35.86 22.63 -
YUV 160.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 255 119 122 0 0.53 0.52 0 358.68 1 0.73
Hex FF 77 7A 0 35 34 0 167 64 49
Octal 377 167 172 0 65 64 0 547 144 111
Binary 11111111 1110111 1111010 0 110101 110100 0 101100111 1100100 1001001

Color Harmonies of #FF777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF777A

Black with #FF777A

Text Example


Text Example

White with #FF777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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