#754053

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

Shades of Finn #754053

Tints of Finn #754053

Color information

#754053 (or 0x754053) is unknown color: approx Finn. HEX triplet: 75, 40 and 53. RGB value is (117,64,83). Sum of RGB (Red+Green+Blue) = 117+64+83=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #754053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754053 is #8ABFAC. Grayscale: #515151. Windows color (decimal): -9093037 or 5455989. OLE color: 5455989.

HSL color Cylindrical-coordinate representation of color #754053: hue angle of 338.49º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754053 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1176483-
CMYK00.450.290.54
HSL338.49º29.28%35.49%-
HSV(B)338.49º45.3%45.88%-
XYZ10.738.079.18-
YUV82.01128.56152.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=44.32%
G=24.24%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117648300.450.290.54338.4929.2835.49
Hex75405302D1D361521d23
Octal16510012305535665223543
Binary11101011000000101001101011011110111011010101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754053; }

 p { color: rgb(117,64,83); }

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

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

 a { background-color: rgb(117,64,83); }

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

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

 span { border-color: rgb(117,64,83); }

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