Html Css Color HEX #76355A Flirt

📋 copy color: '#76355A'

red 118 ◦ green 53 ◦ blue 90

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

Shades of Flirt #76355A

Tints of Flirt #76355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 45.21%
G = 20.31%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76355A (or 0x76355A) is known color: Flirt. HEX triplet: 76, 35 and 5A. RGB value is (118,53,90). Sum of RGB (Red+Green+Blue) = 118+53+90=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355A is #89CAA5. Grayscale: #4C4C4C. Windows color (decimal): -9030310 or 5911926. OLE color: 5911926.

HSL color Cylindrical-coordinate representation of color #76355A: hue angle of 325.85º 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 #76355A is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 90 -
CMYK 0 0.55 0.24 0.54
HSL 325.85º 0.38% 0.34% -
HSV(B) 325.85º 0.55% 0.46% -
XYZ 10.59 7.14 10.49 -
YUV 76.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 118 53 90 0 0.55 0.24 0.54 325.85 0.38 0.34
Hex 76 35 5A 0 37 18 36 146 26 22
Octal 166 65 132 0 67 30 66 506 46 42
Binary 1110110 110101 1011010 0 110111 11000 110110 101000110 100110 100010

Color Harmonies of #76355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76355A

Black with #76355A

Text Example


Text Example

White with #76355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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