Html Css Color HEX #747458 Finch

📋 copy color: '#747458'

red 116 ◦ green 116 ◦ blue 88

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

Shades of Finch #747458

Tints of Finch #747458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 36.25%
G = 36.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#747458 (or 0x747458) is known color: Finch. HEX triplet: 74, 74 and 58. RGB value is (116,116,88). Sum of RGB (Red+Green+Blue) = 116+116+88=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747458 is #8B8BA7. Grayscale: #707070. Windows color (decimal): -9145256 or 5796980. OLE color: 5796980.

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

Color convert

RGB 116 116 88 -
CMYK 0 0 0.24 0.55
HSL 60º 0.14% 0.4% -
HSV(B) 60º 0.24% 0.45% -
XYZ 15.21 16.91 11.69 -
YUV 112.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 116 116 88 0 0 0.24 0.55 60 0.14 0.4
Hex 74 74 58 0 0 18 37 3C E 28
Octal 164 164 130 0 0 30 67 74 16 50
Binary 1110100 1110100 1011000 0 0 11000 110111 111100 1110 101000

Color Harmonies of #747458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747458

Black with #747458

Text Example


Text Example

White with #747458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747458; }

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

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

background-color css

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

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

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

border-color css

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

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

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