Html Css Color HEX #76335C Flirt

📋 copy color: '#76335C'

red 118 ◦ green 51 ◦ blue 92

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

Shades of Flirt #76335C

Tints of Flirt #76335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 45.21%
G = 19.54%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76335C (or 0x76335C) is known color: Flirt. HEX triplet: 76, 33 and 5C. RGB value is (118,51,92). Sum of RGB (Red+Green+Blue) = 118+51+92=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335C is #89CCA3. Grayscale: #4B4B4B. Windows color (decimal): -9030820 or 6042486. OLE color: 6042486.

HSL color Cylindrical-coordinate representation of color #76335C: hue angle of 323.28º 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 #76335C is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 92 -
CMYK 0 0.57 0.22 0.54
HSL 323.28º 0.4% 0.33% -
HSV(B) 323.28º 0.57% 0.46% -
XYZ 10.59 6.99 10.92 -
YUV 75.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 118 51 92 0 0.57 0.22 0.54 323.28 0.4 0.33
Hex 76 33 5C 0 39 16 36 143 28 21
Octal 166 63 134 0 71 26 66 503 50 41
Binary 1110110 110011 1011100 0 111001 10110 110110 101000011 101000 100001

Color Harmonies of #76335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76335C

Black with #76335C

Text Example


Text Example

White with #76335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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