Html Css Color HEX #74745B Finch

📋 copy color: '#74745B'

red 116 ◦ green 116 ◦ blue 91

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

Shades of Finch #74745B

Tints of Finch #74745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 35.91%
G = 35.91%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74745B (or 0x74745B) is known color: Finch. HEX triplet: 74, 74 and 5B. RGB value is (116,116,91). Sum of RGB (Red+Green+Blue) = 116+116+91=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74745B is #8B8BA4. Grayscale: #717171. Windows color (decimal): -9145253 or 5993588. OLE color: 5993588.

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

Color convert

RGB 116 116 91 -
CMYK 0 0 0.22 0.55
HSL 60º 0.12% 0.41% -
HSV(B) 60º 0.22% 0.45% -
XYZ 15.34 16.96 12.36 -
YUV 113.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 116 116 91 0 0 0.22 0.55 60 0.12 0.41
Hex 74 74 5B 0 0 16 37 3C C 29
Octal 164 164 133 0 0 26 67 74 14 51
Binary 1110100 1110100 1011011 0 0 10110 110111 111100 1100 101001

Color Harmonies of #74745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74745B

Black with #74745B

Text Example


Text Example

White with #74745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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