Html Css Color HEX #762956 Flirt

📋 copy color: '#762956'

red 118 ◦ green 41 ◦ blue 86

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

Shades of Flirt #762956

Tints of Flirt #762956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 48.16%
G = 16.73%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#762956 (or 0x762956) is known color: Flirt. HEX triplet: 76, 29 and 56. RGB value is (118,41,86). Sum of RGB (Red+Green+Blue) = 118+41+86=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762956 is #89D6A9. Grayscale: #454545. Windows color (decimal): -9033386 or 5646710. OLE color: 5646710.

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

Color convert

RGB 118 41 86 -
CMYK 0 0.65 0.27 0.54
HSL 324.94º 0.48% 0.31% -
HSV(B) 324.94º 0.65% 0.46% -
XYZ 9.94 6.11 9.46 -
YUV 69.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 118 41 86 0 0.65 0.27 0.54 324.94 0.48 0.31
Hex 76 29 56 0 41 1B 36 145 30 1F
Octal 166 51 126 0 101 33 66 505 60 37
Binary 1110110 101001 1010110 0 1000001 11011 110110 101000101 110000 11111

Color Harmonies of #762956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762956

Black with #762956

Text Example


Text Example

White with #762956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762956; }

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

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

background-color css

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

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

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

border-color css

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

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

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