Html Css Color HEX #77314A Flirt

📋 copy color: '#77314A'

red 119 ◦ green 49 ◦ blue 74

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

Shades of Flirt #77314A

Tints of Flirt #77314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 49.17%
G = 20.25%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77314A (or 0x77314A) is known color: Flirt. HEX triplet: 77, 31 and 4A. RGB value is (119,49,74). Sum of RGB (Red+Green+Blue) = 119+49+74=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77314A is #88CEB5. Grayscale: #484848. Windows color (decimal): -8965814 or 4862327. OLE color: 4862327.

HSL color Cylindrical-coordinate representation of color #77314A: hue angle of 338.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77314A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 74 -
CMYK 0 0.59 0.38 0.53
HSL 338.57º 0.42% 0.33% -
HSV(B) 338.57º 0.59% 0.47% -
XYZ 9.94 6.61 7.23 -
YUV 72.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 119 49 74 0 0.59 0.38 0.53 338.57 0.42 0.33
Hex 77 31 4A 0 3B 26 35 153 2A 21
Octal 167 61 112 0 73 46 65 523 52 41
Binary 1110111 110001 1001010 0 111011 100110 110101 101010011 101010 100001

Color Harmonies of #77314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77314A

Black with #77314A

Text Example


Text Example

White with #77314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,49,74); }

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

background-color css

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

 a { background-color: rgb(119,49,74); }

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

border-color css

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

 span { border-color: rgb(119,49,74); }

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