Html Css Color HEX #77335D Flirt

📋 copy color: '#77335D'

red 119 ◦ green 51 ◦ blue 93

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

Shades of Flirt #77335D

Tints of Flirt #77335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 45.25%
G = 19.39%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77335D (or 0x77335D) is known color: Flirt. HEX triplet: 77, 33 and 5D. RGB value is (119,51,93). Sum of RGB (Red+Green+Blue) = 119+51+93=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77335D is #88CCA2. Grayscale: #4C4C4C. Windows color (decimal): -8965283 or 6108023. OLE color: 6108023.

HSL color Cylindrical-coordinate representation of color #77335D: hue angle of 322.94º 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 #77335D is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 93 -
CMYK 0 0.57 0.22 0.53
HSL 322.94º 0.4% 0.33% -
HSV(B) 322.94º 0.57% 0.47% -
XYZ 10.77 7.08 11.15 -
YUV 76.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 119 51 93 0 0.57 0.22 0.53 322.94 0.4 0.33
Hex 77 33 5D 0 39 16 35 143 28 21
Octal 167 63 135 0 71 26 65 503 50 41
Binary 1110111 110011 1011101 0 111001 10110 110101 101000011 101000 100001

Color Harmonies of #77335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77335D

Black with #77335D

Text Example


Text Example

White with #77335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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