Html Css Color HEX #76335A Flirt

📋 copy color: '#76335A'

red 118 ◦ green 51 ◦ blue 90

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

Shades of Flirt #76335A

Tints of Flirt #76335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 45.56%
G = 19.69%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76335A (or 0x76335A) is known color: Flirt. HEX triplet: 76, 33 and 5A. RGB value is (118,51,90). Sum of RGB (Red+Green+Blue) = 118+51+90=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335A is #89CCA5. Grayscale: #4B4B4B. Windows color (decimal): -9030822 or 5911414. OLE color: 5911414.

HSL color Cylindrical-coordinate representation of color #76335A: hue angle of 325.07º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76335A is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 90 -
CMYK 0 0.57 0.24 0.54
HSL 325.07º 0.4% 0.33% -
HSV(B) 325.07º 0.57% 0.46% -
XYZ 10.5 6.96 10.46 -
YUV 75.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 118 51 90 0 0.57 0.24 0.54 325.07 0.4 0.33
Hex 76 33 5A 0 39 18 36 145 28 21
Octal 166 63 132 0 71 30 66 505 50 41
Binary 1110110 110011 1011010 0 111001 11000 110110 101000101 101000 100001

Color Harmonies of #76335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76335A

Black with #76335A

Text Example


Text Example

White with #76335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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