Html Css Color HEX #772C4B Flirt

📋 copy color: '#772C4B'

red 119 ◦ green 44 ◦ blue 75

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

Shades of Flirt #772C4B

Tints of Flirt #772C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 50%
G = 18.49%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#772C4B (or 0x772C4B) is known color: Flirt. HEX triplet: 77, 2C and 4B. RGB value is (119,44,75). Sum of RGB (Red+Green+Blue) = 119+44+75=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #772C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C4B is #88D3B4. Grayscale: #454545. Windows color (decimal): -8967093 or 4926583. OLE color: 4926583.

HSL color Cylindrical-coordinate representation of color #772C4B: hue angle of 335.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C4B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 75 -
CMYK 0 0.63 0.37 0.53
HSL 335.2º 0.46% 0.32% -
HSV(B) 335.2º 0.63% 0.47% -
XYZ 9.78 6.23 7.34 -
YUV 69.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 119 44 75 0 0.63 0.37 0.53 335.2 0.46 0.32
Hex 77 2C 4B 0 3F 25 35 14F 2E 20
Octal 167 54 113 0 77 45 65 517 56 40
Binary 1110111 101100 1001011 0 111111 100101 110101 101001111 101110 100000

Color Harmonies of #772C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C4B

Black with #772C4B

Text Example


Text Example

White with #772C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,44,75); }

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

background-color css

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

 a { background-color: rgb(119,44,75); }

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

border-color css

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

 span { border-color: rgb(119,44,75); }

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