Html Css Color HEX #76355B Flirt

📋 copy color: '#76355B'

red 118 ◦ green 53 ◦ blue 91

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

Shades of Flirt #76355B

Tints of Flirt #76355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

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

R = 45.04%
G = 20.23%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76355B (or 0x76355B) is known color: Flirt. HEX triplet: 76, 35 and 5B. RGB value is (118,53,91). Sum of RGB (Red+Green+Blue) = 118+53+91=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355B is #89CAA4. Grayscale: #4C4C4C. Windows color (decimal): -9030309 or 5977462. OLE color: 5977462.

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

Color convert

RGB 118 53 91 -
CMYK 0 0.55 0.23 0.54
HSL 324.92º 0.38% 0.34% -
HSV(B) 324.92º 0.55% 0.46% -
XYZ 10.63 7.15 10.72 -
YUV 76.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 118 53 91 0 0.55 0.23 0.54 324.92 0.38 0.34
Hex 76 35 5B 0 37 17 36 145 26 22
Octal 166 65 133 0 67 27 66 505 46 42
Binary 1110110 110101 1011011 0 110111 10111 110110 101000101 100110 100010

Color Harmonies of #76355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76355B

Black with #76355B

Text Example


Text Example

White with #76355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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