Html Css Color HEX #77275A Flirt

📋 copy color: '#77275A'

red 119 ◦ green 39 ◦ blue 90

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

Shades of Flirt #77275A

Tints of Flirt #77275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 47.98%
G = 15.73%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77275A (or 0x77275A) is known color: Flirt. HEX triplet: 77, 27 and 5A. RGB value is (119,39,90). Sum of RGB (Red+Green+Blue) = 119+39+90=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275A is #88D8A5. Grayscale: #444444. Windows color (decimal): -8968358 or 5908343. OLE color: 5908343.

HSL color Cylindrical-coordinate representation of color #77275A: hue angle of 321.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77275A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 90 -
CMYK 0 0.67 0.24 0.53
HSL 321.75º 0.51% 0.31% -
HSV(B) 321.75º 0.67% 0.47% -
XYZ 10.18 6.11 10.32 -
YUV 68.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 119 39 90 0 0.67 0.24 0.53 321.75 0.51 0.31
Hex 77 27 5A 0 43 18 35 142 33 1F
Octal 167 47 132 0 103 30 65 502 63 37
Binary 1110111 100111 1011010 0 1000011 11000 110101 101000010 110011 11111

Color Harmonies of #77275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77275A

Black with #77275A

Text Example


Text Example

White with #77275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77275A; }

 p { color: rgb(119,39,90); }

 H1.HeaderClassName
 {
   color: #77275A;
 }
 .AnyTagClassName
 {
   color: #77275A;
 }
</style>

background-color css

<style>
 a { background-color: #77275A; }

 a { background-color: rgb(119,39,90); }

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

border-color css

<style>
 span { border-color: #77275A; }

 span { border-color: rgb(119,39,90); }

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