Html Css Color HEX #7B395B Flirt

📋 copy color: '#7B395B'

red 123 ◦ green 57 ◦ blue 91

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

Shades of Flirt #7B395B

Tints of Flirt #7B395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 45.39%
G = 21.03%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B395B (or 0x7B395B) is known color: Flirt. HEX triplet: 7B, 39 and 5B. RGB value is (123,57,91). Sum of RGB (Red+Green+Blue) = 123+57+91=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B395B is #84C6A4. Grayscale: #505050. Windows color (decimal): -8701605 or 5978491. OLE color: 5978491.

HSL color Cylindrical-coordinate representation of color #7B395B: hue angle of 329.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B395B is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 57 91 -
CMYK 0 0.54 0.26 0.52
HSL 329.09º 0.37% 0.35% -
HSV(B) 329.09º 0.54% 0.48% -
XYZ 11.52 7.89 10.81 -
YUV 80.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 123 57 91 0 0.54 0.26 0.52 329.09 0.37 0.35
Hex 7B 39 5B 0 36 1A 34 149 25 23
Octal 173 71 133 0 66 32 64 511 45 43
Binary 1111011 111001 1011011 0 110110 11010 110100 101001001 100101 100011

Color Harmonies of #7B395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B395B

Black with #7B395B

Text Example


Text Example

White with #7B395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,57,91); }

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

background-color css

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

 a { background-color: rgb(123,57,91); }

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

border-color css

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

 span { border-color: rgb(123,57,91); }

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