Html Css Color HEX #77335E Flirt

📋 copy color: '#77335E'

red 119 ◦ green 51 ◦ blue 94

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

Shades of Flirt #77335E

Tints of Flirt #77335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 45.08%
G = 19.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77335E (or 0x77335E) is known color: Flirt. HEX triplet: 77, 33 and 5E. RGB value is (119,51,94). Sum of RGB (Red+Green+Blue) = 119+51+94=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77335E is #88CCA1. Grayscale: #4C4C4C. Windows color (decimal): -8965282 or 6173559. OLE color: 6173559.

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

Color convert

RGB 119 51 94 -
CMYK 0 0.57 0.21 0.53
HSL 322.06º 0.4% 0.33% -
HSV(B) 322.06º 0.57% 0.47% -
XYZ 10.81 7.1 11.39 -
YUV 76.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 119 51 94 0 0.57 0.21 0.53 322.06 0.4 0.33
Hex 77 33 5E 0 39 15 35 142 28 21
Octal 167 63 136 0 71 25 65 502 50 41
Binary 1110111 110011 1011110 0 111001 10101 110101 101000010 101000 100001

Color Harmonies of #77335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77335E

Black with #77335E

Text Example


Text Example

White with #77335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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