Html Css Color HEX #77375E Flirt

📋 copy color: '#77375E'

red 119 ◦ green 55 ◦ blue 94

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

Shades of Flirt #77375E

Tints of Flirt #77375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 44.4%
G = 20.52%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77375E (or 0x77375E) is known color: Flirt. HEX triplet: 77, 37 and 5E. RGB value is (119,55,94). Sum of RGB (Red+Green+Blue) = 119+55+94=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77375E is #88C8A1. Grayscale: #4E4E4E. Windows color (decimal): -8964258 or 6174583. OLE color: 6174583.

HSL color Cylindrical-coordinate representation of color #77375E: hue angle of 323.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77375E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 94 -
CMYK 0 0.54 0.21 0.53
HSL 323.44º 0.37% 0.34% -
HSV(B) 323.44º 0.54% 0.47% -
XYZ 10.99 7.46 11.45 -
YUV 78.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 119 55 94 0 0.54 0.21 0.53 323.44 0.37 0.34
Hex 77 37 5E 0 36 15 35 143 25 22
Octal 167 67 136 0 66 25 65 503 45 42
Binary 1110111 110111 1011110 0 110110 10101 110101 101000011 100101 100010

Color Harmonies of #77375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77375E

Black with #77375E

Text Example


Text Example

White with #77375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77375E; }

 p { color: rgb(119,55,94); }

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

background-color css

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

 a { background-color: rgb(119,55,94); }

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

border-color css

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

 span { border-color: rgb(119,55,94); }

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