Html Css Color HEX #763856 Flirt

📋 copy color: '#763856'

red 118 ◦ green 56 ◦ blue 86

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

Shades of Flirt #763856

Tints of Flirt #763856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 45.38%
G = 21.54%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#763856 (or 0x763856) is known color: Flirt. HEX triplet: 76, 38 and 56. RGB value is (118,56,86). Sum of RGB (Red+Green+Blue) = 118+56+86=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763856 is #89C7A9. Grayscale: #4D4D4D. Windows color (decimal): -9029546 or 5650550. OLE color: 5650550.

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

Color convert

RGB 118 56 86 -
CMYK 0 0.53 0.27 0.54
HSL 330.97º 0.36% 0.34% -
HSV(B) 330.97º 0.53% 0.46% -
XYZ 10.57 7.35 9.67 -
YUV 77.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 118 56 86 0 0.53 0.27 0.54 330.97 0.36 0.34
Hex 76 38 56 0 35 1B 36 14B 24 22
Octal 166 70 126 0 65 33 66 513 44 42
Binary 1110110 111000 1010110 0 110101 11011 110110 101001011 100100 100010

Color Harmonies of #763856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763856

Black with #763856

Text Example


Text Example

White with #763856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763856; }

 p { color: rgb(118,56,86); }

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

background-color css

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

 a { background-color: rgb(118,56,86); }

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

border-color css

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

 span { border-color: rgb(118,56,86); }

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