#762943

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

Shades of Flirt #762943

Tints of Flirt #762943

Color information

#762943 (or 0x762943) is unknown color: approx Flirt. HEX triplet: 76, 29 and 43. RGB value is (118,41,67). Sum of RGB (Red+Green+Blue) = 118+41+67=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762943 is #89D6BC. Grayscale: #424242. Windows color (decimal): -9033405 or 4401526. OLE color: 4401526.

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

Color convert

RGB1184167-
CMYK00.650.430.54
HSL339.74º48.43%31.18%-
HSV(B)339.74º65.25%46.27%-
XYZ9.285.845.95-
YUV66.99128.01164.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=52.21%
G=18.14%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118416700.650.430.54339.7448.4331.18
Hex7629430412B36154301f
Octal16651103010153665246037
Binary111011010100110000110100000110101111011010101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762943; }

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

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

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

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

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

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

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

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