Html Css Color HEX #7B375F Flirt

📋 copy color: '#7B375F'

red 123 ◦ green 55 ◦ blue 95

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

Shades of Flirt #7B375F

Tints of Flirt #7B375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 45.05%
G = 20.15%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B375F (or 0x7B375F) is known color: Flirt. HEX triplet: 7B, 37 and 5F. RGB value is (123,55,95). Sum of RGB (Red+Green+Blue) = 123+55+95=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B375F is #84C8A0. Grayscale: #4F4F4F. Windows color (decimal): -8702113 or 6240123. OLE color: 6240123.

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

Color convert

RGB 123 55 95 -
CMYK 0 0.55 0.23 0.52
HSL 324.71º 0.38% 0.35% -
HSV(B) 324.71º 0.55% 0.48% -
XYZ 11.6 7.77 11.71 -
YUV 79.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 123 55 95 0 0.55 0.23 0.52 324.71 0.38 0.35
Hex 7B 37 5F 0 37 17 34 145 26 23
Octal 173 67 137 0 67 27 64 505 46 43
Binary 1111011 110111 1011111 0 110111 10111 110100 101000101 100110 100011

Color Harmonies of #7B375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B375F

Black with #7B375F

Text Example


Text Example

White with #7B375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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