Html Css Color HEX #76375B Flirt

📋 copy color: '#76375B'

red 118 ◦ green 55 ◦ blue 91

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

Shades of Flirt #76375B

Tints of Flirt #76375B

RGB

 RED value IS 118 (46.48% from 255) = 44.7%

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

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

R = 44.7%
G = 20.83%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76375B (or 0x76375B) is known color: Flirt. HEX triplet: 76, 37 and 5B. RGB value is (118,55,91). Sum of RGB (Red+Green+Blue) = 118+55+91=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375B is #89C8A4. Grayscale: #4D4D4D. Windows color (decimal): -9029797 or 5977974. OLE color: 5977974.

HSL color Cylindrical-coordinate representation of color #76375B: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76375B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 91 -
CMYK 0 0.53 0.23 0.54
HSL 325.71º 0.36% 0.34% -
HSV(B) 325.71º 0.53% 0.46% -
XYZ 10.73 7.34 10.75 -
YUV 77.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 118 55 91 0 0.53 0.23 0.54 325.71 0.36 0.34
Hex 76 37 5B 0 35 17 36 146 24 22
Octal 166 67 133 0 65 27 66 506 44 42
Binary 1110110 110111 1011011 0 110101 10111 110110 101000110 100100 100010

Color Harmonies of #76375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76375B

Black with #76375B

Text Example


Text Example

White with #76375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76375B; }

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

 H1.HeaderClassName
 {
   color: #76375B;
 }
 .AnyTagClassName
 {
   color: #76375B;
 }
</style>

background-color css

<style>
 a { background-color: #76375B; }

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

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

border-color css

<style>
 span { border-color: #76375B; }

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

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