#762843

Color #762843 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #762843

Tints of Flirt #762843

Color information

#762843 (or 0x762843) is unknown color: approx Flirt. HEX triplet: 76, 28 and 43. RGB value is (118,40,67). Sum of RGB (Red+Green+Blue) = 118+40+67=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762843 is #89D7BC. Grayscale: #424242. Windows color (decimal): -9033661 or 4401270. OLE color: 4401270.

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

Color convert

RGB1184067-
CMYK00.660.430.54
HSL339.23º49.37%30.98%-
HSV(B)339.23º66.1%46.27%-
XYZ9.245.775.94-
YUV66.4128.34164.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=52.44%
G=17.78%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118406700.660.430.54339.2349.3730.98
Hex7628430422B36153311f
Octal16650103010253665236137
Binary111011010100010000110100001010101111011010101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762843; }

 p { color: rgb(118,40,67); }

 H1.HeaderClassName
 {
   color: #762843;
 }
 .AnyTagClassName
 {
   color: #762843;
 }
</style>
background-color css

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

 a { background-color: rgb(118,40,67); }

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

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

 span { border-color: rgb(118,40,67); }

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