Html Css Color HEX #77335C Flirt

📋 copy color: '#77335C'

red 119 ◦ green 51 ◦ blue 92

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

Shades of Flirt #77335C

Tints of Flirt #77335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.11%

R = 45.42%
G = 19.47%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77335C (or 0x77335C) is known color: Flirt. HEX triplet: 77, 33 and 5C. RGB value is (119,51,92). Sum of RGB (Red+Green+Blue) = 119+51+92=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77335C is #88CCA3. Grayscale: #4B4B4B. Windows color (decimal): -8965284 or 6042487. OLE color: 6042487.

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

Color convert

RGB 119 51 92 -
CMYK 0 0.57 0.23 0.53
HSL 323.82º 0.4% 0.33% -
HSV(B) 323.82º 0.57% 0.47% -
XYZ 10.72 7.06 10.92 -
YUV 76.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 119 51 92 0 0.57 0.23 0.53 323.82 0.4 0.33
Hex 77 33 5C 0 39 17 35 144 28 21
Octal 167 63 134 0 71 27 65 504 50 41
Binary 1110111 110011 1011100 0 111001 10111 110101 101000100 101000 100001

Color Harmonies of #77335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77335C

Black with #77335C

Text Example


Text Example

White with #77335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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