Html Css Color HEX #772948 Flirt

📋 copy color: '#772948'

red 119 ◦ green 41 ◦ blue 72

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

Shades of Flirt #772948

Tints of Flirt #772948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 51.29%
G = 17.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772948 (or 0x772948) is known color: Flirt. HEX triplet: 77, 29 and 48. RGB value is (119,41,72). Sum of RGB (Red+Green+Blue) = 119+41+72=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772948 is #88D6B7. Grayscale: #434343. Windows color (decimal): -8967864 or 4729207. OLE color: 4729207.

HSL color Cylindrical-coordinate representation of color #772948: hue angle of 336.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772948 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 72 -
CMYK 0 0.66 0.39 0.53
HSL 336.15º 0.49% 0.31% -
HSV(B) 336.15º 0.66% 0.47% -
XYZ 9.57 5.98 6.78 -
YUV 67.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 119 41 72 0 0.66 0.39 0.53 336.15 0.49 0.31
Hex 77 29 48 0 42 27 35 150 31 1F
Octal 167 51 110 0 102 47 65 520 61 37
Binary 1110111 101001 1001000 0 1000010 100111 110101 101010000 110001 11111

Color Harmonies of #772948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772948

Black with #772948

Text Example


Text Example

White with #772948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772948; }

 p { color: rgb(119,41,72); }

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

background-color css

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

 a { background-color: rgb(119,41,72); }

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

border-color css

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

 span { border-color: rgb(119,41,72); }

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