Html Css Color HEX #763658 Flirt

📋 copy color: '#763658'

red 118 ◦ green 54 ◦ blue 88

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

Shades of Flirt #763658

Tints of Flirt #763658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 45.38%
G = 20.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763658 (or 0x763658) is known color: Flirt. HEX triplet: 76, 36 and 58. RGB value is (118,54,88). Sum of RGB (Red+Green+Blue) = 118+54+88=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763658 is #89C9A7. Grayscale: #4C4C4C. Windows color (decimal): -9030056 or 5781110. OLE color: 5781110.

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

Color convert

RGB 118 54 88 -
CMYK 0 0.54 0.25 0.54
HSL 328.13º 0.37% 0.34% -
HSV(B) 328.13º 0.54% 0.46% -
XYZ 10.55 7.19 10.07 -
YUV 77.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 118 54 88 0 0.54 0.25 0.54 328.13 0.37 0.34
Hex 76 36 58 0 36 19 36 148 25 22
Octal 166 66 130 0 66 31 66 510 45 42
Binary 1110110 110110 1011000 0 110110 11001 110110 101001000 100101 100010

Color Harmonies of #763658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763658

Black with #763658

Text Example


Text Example

White with #763658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763658; }

 p { color: rgb(118,54,88); }

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

background-color css

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

 a { background-color: rgb(118,54,88); }

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

border-color css

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

 span { border-color: rgb(118,54,88); }

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