Html Css Color HEX #77254F Flirt

📋 copy color: '#77254F'

red 119 ◦ green 37 ◦ blue 79

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

Shades of Flirt #77254F

Tints of Flirt #77254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 50.64%
G = 15.74%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77254F (or 0x77254F) is known color: Flirt. HEX triplet: 77, 25 and 4F. RGB value is (119,37,79). Sum of RGB (Red+Green+Blue) = 119+37+79=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77254F is #88DAB0. Grayscale: #424242. Windows color (decimal): -8968881 or 5186935. OLE color: 5186935.

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

Color convert

RGB 119 37 79 -
CMYK 0 0.69 0.34 0.53
HSL 329.27º 0.53% 0.31% -
HSV(B) 329.27º 0.69% 0.47% -
XYZ 9.68 5.81 8.01 -
YUV 66.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 119 37 79 0 0.69 0.34 0.53 329.27 0.53 0.31
Hex 77 25 4F 0 45 22 35 149 35 1F
Octal 167 45 117 0 105 42 65 511 65 37
Binary 1110111 100101 1001111 0 1000101 100010 110101 101001001 110101 11111

Color Harmonies of #77254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77254F

Black with #77254F

Text Example


Text Example

White with #77254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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