Html Css Color HEX #747451 Finch

📋 copy color: '#747451'

red 116 ◦ green 116 ◦ blue 81

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

Shades of Finch #747451

Tints of Finch #747451

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 37.06%
G = 37.06%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#747451 (or 0x747451) is known color: Finch. HEX triplet: 74, 74 and 51. RGB value is (116,116,81). Sum of RGB (Red+Green+Blue) = 116+116+81=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747451 is #8B8BAE. Grayscale: #707070. Windows color (decimal): -9145263 or 5338228. OLE color: 5338228.

HSL color Cylindrical-coordinate representation of color #747451: hue angle of 60º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747451 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 81 -
CMYK 0 0 0.30 0.55
HSL 60º 0.18% 0.39% -
HSV(B) 60º 0.3% 0.45% -
XYZ 14.93 16.8 10.24 -
YUV 112.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 116 116 81 0 0 0.30 0.55 60 0.18 0.39
Hex 74 74 51 0 0 1E 37 3C 12 27
Octal 164 164 121 0 0 36 67 74 22 47
Binary 1110100 1110100 1010001 0 0 11110 110111 111100 10010 100111

Color Harmonies of #747451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747451

Black with #747451

Text Example


Text Example

White with #747451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747451; }

 p { color: rgb(116,116,81); }

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

background-color css

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

 a { background-color: rgb(116,116,81); }

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

border-color css

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

 span { border-color: rgb(116,116,81); }

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