#762942

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

Shades of Flirt #762942

Tints of Flirt #762942

Color information

#762942 (or 0x762942) is unknown color: approx Flirt. HEX triplet: 76, 29 and 42. RGB value is (118,41,66). Sum of RGB (Red+Green+Blue) = 118+41+66=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762942 is #89D6BD. Grayscale: #424242. Windows color (decimal): -9033406 or 4335990. OLE color: 4335990.

HSL color Cylindrical-coordinate representation of color #762942: hue angle of 340.52º 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 #762942 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1184166-
CMYK00.650.440.54
HSL340.52º48.43%31.18%-
HSV(B)340.52º65.25%46.27%-
XYZ9.255.835.79-
YUV66.87127.51164.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=52.44%
G=18.22%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118416600.650.440.54340.5248.4331.18
Hex7629420412C36155301f
Octal16651102010154665256037
Binary111011010100110000100100000110110011011010101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762942; }

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

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

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

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

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

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

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

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