Html Css Color HEX #7B375B Flirt

📋 copy color: '#7B375B'

red 123 ◦ green 55 ◦ blue 91

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

Shades of Flirt #7B375B

Tints of Flirt #7B375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 45.72%
G = 20.45%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B375B (or 0x7B375B) is known color: Flirt. HEX triplet: 7B, 37 and 5B. RGB value is (123,55,91). Sum of RGB (Red+Green+Blue) = 123+55+91=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B375B is #84C8A4. Grayscale: #4F4F4F. Windows color (decimal): -8702117 or 5977979. OLE color: 5977979.

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

Color convert

RGB 123 55 91 -
CMYK 0 0.55 0.26 0.52
HSL 328.24º 0.38% 0.35% -
HSV(B) 328.24º 0.55% 0.48% -
XYZ 11.42 7.7 10.78 -
YUV 79.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 123 55 91 0 0.55 0.26 0.52 328.24 0.38 0.35
Hex 7B 37 5B 0 37 1A 34 148 26 23
Octal 173 67 133 0 67 32 64 510 46 43
Binary 1111011 110111 1011011 0 110111 11010 110100 101001000 100110 100011

Color Harmonies of #7B375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B375B

Black with #7B375B

Text Example


Text Example

White with #7B375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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