Html Css Color HEX #772F5B Flirt

📋 copy color: '#772F5B'

red 119 ◦ green 47 ◦ blue 91

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

Shades of Flirt #772F5B

Tints of Flirt #772F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 46.3%
G = 18.29%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#772F5B (or 0x772F5B) is known color: Flirt. HEX triplet: 77, 2F and 5B. RGB value is (119,47,91). Sum of RGB (Red+Green+Blue) = 119+47+91=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F5B is #88D0A4. Grayscale: #494949. Windows color (decimal): -8966309 or 5975927. OLE color: 5975927.

HSL color Cylindrical-coordinate representation of color #772F5B: hue angle of 323.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F5B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 91 -
CMYK 0 0.61 0.24 0.53
HSL 323.33º 0.43% 0.33% -
HSV(B) 323.33º 0.61% 0.47% -
XYZ 10.51 6.71 10.64 -
YUV 73.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 119 47 91 0 0.61 0.24 0.53 323.33 0.43 0.33
Hex 77 2F 5B 0 3D 18 35 143 2B 21
Octal 167 57 133 0 75 30 65 503 53 41
Binary 1110111 101111 1011011 0 111101 11000 110101 101000011 101011 100001

Color Harmonies of #772F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F5B

Black with #772F5B

Text Example


Text Example

White with #772F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772F5B; }

 p { color: rgb(119,47,91); }

 H1.HeaderClassName
 {
   color: #772F5B;
 }
 .AnyTagClassName
 {
   color: #772F5B;
 }
</style>

background-color css

<style>
 a { background-color: #772F5B; }

 a { background-color: rgb(119,47,91); }

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

border-color css

<style>
 span { border-color: #772F5B; }

 span { border-color: rgb(119,47,91); }

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