#754453

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

Shades of Finn #754453

Tints of Finn #754453

Color information

#754453 (or 0x754453) is unknown color: approx Finn. HEX triplet: 75, 44 and 53. RGB value is (117,68,83). Sum of RGB (Red+Green+Blue) = 117+68+83=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754453 is #8ABBAC. Grayscale: #545454. Windows color (decimal): -9092013 or 5457013. OLE color: 5457013.

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

Color convert

RGB1176883-
CMYK00.420.290.54
HSL341.63º26.49%36.27%-
HSV(B)341.63º41.88%45.88%-
XYZ10.968.549.25-
YUV84.36127.23151.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=43.66%
G=25.37%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117688300.420.290.54341.6326.4936.27
Hex75445302A1D361561a24
Octal16510412305235665263244
Binary11101011000100101001101010101110111011010101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754453; }

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

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

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

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

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

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

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

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