Html Css Color HEX #747A55 Finch

📋 copy color: '#747A55'

red 116 ◦ green 122 ◦ blue 85

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

Shades of Finch #747A55

Tints of Finch #747A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 35.91%
G = 37.77%
B = 26.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#747A55 (or 0x747A55) is known color: Finch. HEX triplet: 74, 7A and 55. RGB value is (116,122,85). Sum of RGB (Red+Green+Blue) = 116+122+85=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #747A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A55 is #8B85AA. Grayscale: #747474. Windows color (decimal): -9143723 or 5601908. OLE color: 5601908.

HSL color Cylindrical-coordinate representation of color #747A55: hue angle of 69.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747A55 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 85 -
CMYK 0.05 0 0.30 0.52
HSL 69.73º 0.18% 0.41% -
HSV(B) 69.73º 0.3% 0.48% -
XYZ 15.8 18.29 11.29 -
YUV 115.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 116 122 85 0.05 0 0.30 0.52 69.73 0.18 0.41
Hex 74 7A 55 5 0 1E 34 46 12 29
Octal 164 172 125 5 0 36 64 106 22 51
Binary 1110100 1111010 1010101 101 0 11110 110100 1000110 10010 101001

Color Harmonies of #747A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A55

Black with #747A55

Text Example


Text Example

White with #747A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A55; }

 p { color: rgb(116,122,85); }

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

background-color css

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

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

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

border-color css

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

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

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