#762748

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

Shades of Flirt #762748

Tints of Flirt #762748

Color information

#762748 (or 0x762748) is unknown color: approx Flirt. HEX triplet: 76, 27 and 48. RGB value is (118,39,72). Sum of RGB (Red+Green+Blue) = 118+39+72=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #762748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762748 is #89D8B7. Grayscale: #424242. Windows color (decimal): -9033912 or 4728694. OLE color: 4728694.

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

Color convert

RGB1183972-
CMYK00.670.390.54
HSL334.94º50.32%30.78%-
HSV(B)334.94º66.95%46.27%-
XYZ9.375.776.75-
YUV66.38131.17164.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=51.53%
G=17.03%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118397200.670.390.54334.9450.3230.78
Hex762748043273614f321f
Octal16647110010347665176237
Binary111011010011110010000100001110011111011010100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762748; }

 p { color: rgb(118,39,72); }

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

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

 a { background-color: rgb(118,39,72); }

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

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

 span { border-color: rgb(118,39,72); }

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