Html Css Color HEX #FF767B Brink Pink

📋 copy color: '#FF767B'

red 255 ◦ green 118 ◦ blue 123

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

Shades of Brink Pink #FF767B

Tints of Brink Pink #FF767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.8%

R = 51.41%
G = 23.79%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF767B (or 0xFF767B) is known color: Brink Pink. HEX triplet: FF, 76 and 7B. RGB value is (255,118,123). Sum of RGB (Red+Green+Blue) = 255+118+123=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF767B is #008984. Grayscale: #9F9F9F. Windows color (decimal): -35205 or 8091391. OLE color: 8091391.

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

Color convert

RGB 255 118 123 -
CMYK 0 0.54 0.52 0
HSL 357.81º 1% 0.73% -
HSV(B) 357.81º 0.54% 1% -
XYZ 51.29 35.65 22.92 -
YUV 159.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 255 118 123 0 0.54 0.52 0 357.81 1 0.73
Hex FF 76 7B 0 36 34 0 166 64 49
Octal 377 166 173 0 66 64 0 546 144 111
Binary 11111111 1110110 1111011 0 110110 110100 0 101100110 1100100 1001001

Color Harmonies of #FF767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF767B

Black with #FF767B

Text Example


Text Example

White with #FF767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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