Html Css Color HEX #747F46 Finch

📋 copy color: '#747F46'

red 116 ◦ green 127 ◦ blue 70

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

Shades of Finch #747F46

Tints of Finch #747F46

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 37.06%
G = 40.58%
B = 22.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#747F46 (or 0x747F46) is known color: Finch. HEX triplet: 74, 7F and 46. RGB value is (116,127,70). Sum of RGB (Red+Green+Blue) = 116+127+70=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #747F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F46 is #8B80B9. Grayscale: #757575. Windows color (decimal): -9142458 or 4620148. OLE color: 4620148.

HSL color Cylindrical-coordinate representation of color #747F46: hue angle of 71.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747F46 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 127 70 -
CMYK 0.09 0 0.45 0.50
HSL 71.58º 0.29% 0.39% -
HSV(B) 71.58º 0.45% 0.5% -
XYZ 15.9 19.33 8.69 -
YUV 117.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 116 127 70 0.09 0 0.45 0.50 71.58 0.29 0.39
Hex 74 7F 46 9 0 2D 32 48 1D 27
Octal 164 177 106 11 0 55 62 110 35 47
Binary 1110100 1111111 1000110 1001 0 101101 110010 1001000 11101 100111

Color Harmonies of #747F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F46

Black with #747F46

Text Example


Text Example

White with #747F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,70); }

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

background-color css

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

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

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

border-color css

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

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

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