#764254

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

Shades of Finn #764254

Tints of Finn #764254

Color information

#764254 (or 0x764254) is unknown color: approx Finn. HEX triplet: 76, 42 and 54. RGB value is (118,66,84). Sum of RGB (Red+Green+Blue) = 118+66+84=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764254 is #89BDAB. Grayscale: #535353. Windows color (decimal): -9026988 or 5522038. OLE color: 5522038.

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

Color convert

RGB1186684-
CMYK00.440.290.54
HSL339.23º28.26%36.08%-
HSV(B)339.23º44.07%46.27%-
XYZ11.028.399.43-
YUV83.6128.23152.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=44.03%
G=24.63%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118668400.440.290.54339.2328.2636.08
Hex76425402C1D361531c24
Octal16610212405435665233444
Binary11101101000010101010001011001110111011010101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764254; }

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

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

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

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

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

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

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

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