Html Css Color HEX #7B344C Flirt

📋 copy color: '#7B344C'

red 123 ◦ green 52 ◦ blue 76

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

Shades of Flirt #7B344C

Tints of Flirt #7B344C

RGB

 RED value IS 123 (48.44% from 255) = 49%

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 49%
G = 20.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7B344C (or 0x7B344C) is known color: Flirt. HEX triplet: 7B, 34 and 4C. RGB value is (123,52,76). Sum of RGB (Red+Green+Blue) = 123+52+76=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B344C is #84CBB3. Grayscale: #4B4B4B. Windows color (decimal): -8702900 or 4994171. OLE color: 4994171.

HSL color Cylindrical-coordinate representation of color #7B344C: hue angle of 339.72º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B344C is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 52 76 -
CMYK 0 0.58 0.38 0.52
HSL 339.72º 0.41% 0.34% -
HSV(B) 339.72º 0.58% 0.48% -
XYZ 10.7 7.19 7.66 -
YUV 75.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 123 52 76 0 0.58 0.38 0.52 339.72 0.41 0.34
Hex 7B 34 4C 0 3A 26 34 154 29 22
Octal 173 64 114 0 72 46 64 524 51 42
Binary 1111011 110100 1001100 0 111010 100110 110100 101010100 101001 100010

Color Harmonies of #7B344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B344C

Black with #7B344C

Text Example


Text Example

White with #7B344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B344C; }

 p { color: rgb(123,52,76); }

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

background-color css

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

 a { background-color: rgb(123,52,76); }

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

border-color css

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

 span { border-color: rgb(123,52,76); }

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