Html Css Color HEX #77254C Flirt

📋 copy color: '#77254C'

red 119 ◦ green 37 ◦ blue 76

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

Shades of Flirt #77254C

Tints of Flirt #77254C

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 51.29%
G = 15.95%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77254C (or 0x77254C) is known color: Flirt. HEX triplet: 77, 25 and 4C. RGB value is (119,37,76). Sum of RGB (Red+Green+Blue) = 119+37+76=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77254C is #88DAB3. Grayscale: #414141. Windows color (decimal): -8968884 or 4990327. OLE color: 4990327.

HSL color Cylindrical-coordinate representation of color #77254C: hue angle of 331.46º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77254C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 76 -
CMYK 0 0.69 0.36 0.53
HSL 331.46º 0.53% 0.31% -
HSV(B) 331.46º 0.69% 0.47% -
XYZ 9.57 5.77 7.45 -
YUV 65.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 119 37 76 0 0.69 0.36 0.53 331.46 0.53 0.31
Hex 77 25 4C 0 45 24 35 14B 35 1F
Octal 167 45 114 0 105 44 65 513 65 37
Binary 1110111 100101 1001100 0 1000101 100100 110101 101001011 110101 11111

Color Harmonies of #77254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77254C

Black with #77254C

Text Example


Text Example

White with #77254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77254C; }

 p { color: rgb(119,37,76); }

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

background-color css

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

 a { background-color: rgb(119,37,76); }

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

border-color css

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

 span { border-color: rgb(119,37,76); }

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