#764258

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

Shades of Finn #764258

Tints of Finn #764258

Color information

#764258 (or 0x764258) is unknown color: approx Finn. HEX triplet: 76, 42 and 58. RGB value is (118,66,88). Sum of RGB (Red+Green+Blue) = 118+66+88=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764258 is #89BDA7. Grayscale: #545454. Windows color (decimal): -9026984 or 5784182. OLE color: 5784182.

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

Color convert

RGB1186688-
CMYK00.440.250.54
HSL334.62º28.26%36.08%-
HSV(B)334.62º44.07%46.27%-
XYZ11.188.4510.27-
YUV84.06130.23152.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=43.38%
G=24.26%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118668800.440.250.54334.6228.2636.08
Hex76425802C193614f1c24
Octal16610213005431665173444
Binary11101101000010101100001011001100111011010100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764258; }

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

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

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

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

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

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

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

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