Html Css Color HEX #734A57 Finn

📋 copy color: '#734A57'

red 115 ◦ green 74 ◦ blue 87

#734A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #734A57

Tints of Finn #734A57

RGB

 RED value IS 115 (45.31% from 255) = 41.67%

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 41.67%
G = 26.81%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#734A57 (or 0x734A57) is known color: Finn. HEX triplet: 73, 4A and 57. RGB value is (115,74,87). Sum of RGB (Red+Green+Blue) = 115+74+87=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #734A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A57 is #8CB5A8. Grayscale: #575757. Windows color (decimal): -9221545 or 5720691. OLE color: 5720691.

HSL color Cylindrical-coordinate representation of color #734A57: hue angle of 340.98º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A57 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 74 87 -
CMYK 0 0.36 0.24 0.55
HSL 340.98º 0.22% 0.37% -
HSV(B) 340.98º 0.36% 0.45% -
XYZ 11.24 9.23 10.21 -
YUV 87.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 115 74 87 0 0.36 0.24 0.55 340.98 0.22 0.37
Hex 73 4A 57 0 24 18 37 155 16 25
Octal 163 112 127 0 44 30 67 525 26 45
Binary 1110011 1001010 1010111 0 100100 11000 110111 101010101 10110 100101

Color Harmonies of #734A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A57

Black with #734A57

Text Example


Text Example

White with #734A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734A57; }

 p { color: rgb(115,74,87); }

 H1.HeaderClassName
 {
   color: #734A57;
 }
 .AnyTagClassName
 {
   color: #734A57;
 }
</style>

background-color css

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

 a { background-color: rgb(115,74,87); }

 div.DivClassName
 {
   background-color: #734A57;
 }
 .BgClassName
 {
   background-color: #734A57;
 }
</style>

border-color css

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

 span { border-color: rgb(115,74,87); }

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