Html Css Color HEX #7B344B Flirt

📋 copy color: '#7B344B'

red 123 ◦ green 52 ◦ blue 75

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

Shades of Flirt #7B344B

Tints of Flirt #7B344B

RGB

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

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

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

R = 49.2%
G = 20.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B344B (or 0x7B344B) is known color: Flirt. HEX triplet: 7B, 34 and 4B. RGB value is (123,52,75). Sum of RGB (Red+Green+Blue) = 123+52+75=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B344B is #84CBB4. Grayscale: #4B4B4B. Windows color (decimal): -8702901 or 4928635. OLE color: 4928635.

HSL color Cylindrical-coordinate representation of color #7B344B: hue angle of 340.56º 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 #7B344B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 52 75 -
CMYK 0 0.58 0.39 0.52
HSL 340.56º 0.41% 0.34% -
HSV(B) 340.56º 0.58% 0.48% -
XYZ 10.67 7.17 7.48 -
YUV 75.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 123 52 75 0 0.58 0.39 0.52 340.56 0.41 0.34
Hex 7B 34 4B 0 3A 27 34 155 29 22
Octal 173 64 113 0 72 47 64 525 51 42
Binary 1111011 110100 1001011 0 111010 100111 110100 101010101 101001 100010

Color Harmonies of #7B344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B344B

Black with #7B344B

Text Example


Text Example

White with #7B344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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